coda-0.0.1: The coda compiler

Safe HaskellSafe
LanguageHaskell2010

Coda.Syntax.FromText

Documentation

class FromText a where Source #

Minimal complete definition

fromText

Methods

fromText :: Text -> a Source #