Module

Tortellini

Package
purescript-tortellini
Repository
justinwoo/purescript-tortellini

#parsellIni Source

parsellIni :: forall row rl. RowToList row rl => ReadLevel rl () row (Object (Object String)) => String -> Either UhOhSpaghettios (Record row)

#parsellIni' Source

parsellIni' :: forall row rl. RowToList row rl => ReadLevel rl () row (Object (Object String)) => String -> Except UhOhSpaghettios (Record row)

#ReadLevel Source

class ReadLevel (xs :: RowList) (from :: Row Type) (to :: Row Type) strmap | xs strmap -> from to where

Members

Instances