pointful-1.0.5: Pointful refactoring tool

Safe HaskellNone
LanguageHaskell98

Lambdabot.Pointful

Synopsis

Documentation

data ParseResult a :: * -> *

The result of a parse.

Constructors

ParseOk a

The parse succeeded, yielding a value.

ParseFailed SrcLoc String

The parse failed at the specified source location, with an error message.

test :: String -> IO () Source

main :: IO () Source