Module

Tortellini

Package
purescript-tortellini
Repository
justinwoo/purescript-tortellini

#parseIni Source

parseIni :: forall row rl. RowToList row rl => ReadDocumentSections rl () row => String -> Either UhOhSpaghettios (Record row)

#parseIni' Source

parseIni' :: forall row rl. RowToList row rl => ReadDocumentSections rl () row => String -> Except UhOhSpaghettios (Record row)

#ReadDocumentSections Source

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

Members

Instances

#ReadSection Source

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

Members

Instances