dependent-sum-0.3.2.1: Dependent sum type
Data.Some
data Some tag where Source
Constructors
Instances
withSome :: Some tag -> (forall a. tag a -> b) -> b Source