hydra-0.1.1: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Lib.Maps

Description

Haskell implementations of hydralibmaps primitives

Documentation

map :: (v1 -> v2) -> Map k v1 -> Map k v2 Source #

size :: Map k v -> Int Source #