Appearance
True Myth / maybe / isJust
isJust<T>(maybe): maybe is Just<T>
T
maybe
maybe is Just<T>
Is the Maybe a Just?
Maybe
Just
The type of the item contained in the Maybe.
Maybe<T>
The Maybe to check.
A type guarded Just.