lambdacube-core-0.1.0: LambdaCube 3D is a domain specific language and library that makes it possible to program GPUs in a purely functional style.

Safe HaskellSafe-Inferred

BiMap

Documentation

data BiMap a Source

Constructors

BiMap (Map a Int) (IntMap a) 

Instances

Show a => Show (BiMap a) 

lookup_key :: Ord a => a -> BiMap a -> Maybe IntSource

insert :: Ord a => a -> BiMap a -> (Int, BiMap a)Source