tablecloth
tablecloth copied to clipboard
Add Option.unwrapLazy
This should work the same way as Option.unwrap but the default value should be a 'a lazy rather than a 'a
getLazy : 'a option -> default:('a Lazy.t) -> 'a
Should this function raise exceptions if Lazy.force default raises one?