lambdabot-utils-4.2.1: Utility libraries for the advanced IRC bot, Lambdabot

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.