foundation icon indicating copy to clipboard operation
foundation copied to clipboard

Add Core.Partial

Open ndmitchell opened this issue 9 years ago • 1 comments

Should reexport the nice Partial stuff, plus some partial functions, e.g. fromJust.

ndmitchell avatar Aug 05 '16 16:08 ndmitchell

I think for generic combinator like isJust or isLeft it make sense to have them explicitly only from importing Core.Partial. Otherwise collection stuff like head or last should be available as part of the Sequential (automatically by importing in Core.Collection).

Otherwise everything else is available through Core, and there's now a specific PartialError instead of the normal async "error" call

vincenthz avatar Aug 07 '16 17:08 vincenthz