hw-prim-0.6.3.2: Primitive functions and data types
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellWorks.Data.FromString

Documentation

class FromString a where Source #

Methods

fromString :: String -> a Source #