loganmac

Results 2 comments of loganmac

I like the Maybe from dividing rather than having a specific type that denotes "NonZero". It's the same result (Maybe from divide has to be handled) with less machinery to...

@wende I hinted at you not being able to do that by not exposing the constructor, and only the function that can return `NonZero` types. Yeah, maybe something like `/?`...