-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A library for parsing and processing the Haskell syntax sprinkled with anonymous records -- -- A library for parsing and processing the Haskell syntax sprinkled with -- anonymous records @package record-syntax @version 0.1.1 module Record.Syntax processModule :: Text -> Either Error TextBuilder process :: Level -> Text -> Either Error TextBuilder processExtensionForest :: Level -> ExtendableSyntaxForest TextBuilder -> Either Error TextBuilder processExtension :: Level -> Text -> Either Error TextBuilder processExtensionExp :: ExtensionExp (Position, TextBuilder) -> Either Error TextBuilder processRecordExp :: RecordExp (Position, TextBuilder) -> Either Error TextBuilder processExtensionType :: ExtensionType -> Either Error TextBuilder offsetResult :: Position -> Either Error a -> Either Error a