@hackage some1.0.0.2

Existential type: Some

This library defines an existential type Some.

data Some f where
    Some :: f a -> Some f

in few variants, and utilities to work with it.