BiobaseTypes-0.2.1.0: Collection of types for bioinformatics
Safe HaskellNone
LanguageHaskell2010

Biobase.Types.Names.Internal

Synopsis

Documentation

speciesNameBimapAdd :: Text -> Int Source #

Add Text and return Int key. Will return key for existing string and thereby serves for lookup in left-to-right direction.

speciesNameBimapLookupInt :: Int -> Text Source #

Lookup the InternedMultiChar based on an Int key. Unsafe totality assumption.