Wraps a dependent type, so that its parameter is hidden.
Values of dependent types, wrapped this way, have the same type
@ f the type constructor of types of the wrapped values.
Totality: total
Visibility: public export
Constructor: MkSome : f a -> Some f Hide the type parameter of the type of a value
@ a the parameter of the type of the wrapped value
@ x the wrapped value
Hints:
DEq f => Eq (Some f) Applicative m => Monoid (Some m) DOrd f => Ord (Some f) Applicative m => Semigroup (Some m) DShow f => Show (Some f)