lambdabot-4.3.0.1: Lambdabot is a development tool and advanced IRC bot

Safe HaskellNone

Lambdabot.Plugin.Pretty

Description

Pretty-Printing echo

example:

 @pretty fun x = case x of {3 -> "hello" ; 5 -> "world" ; _ -> "else"}
 fun x
  = case x of
   3 -> "hello"
   5 -> "world"
   _ -> "else"

(c) Johannes Ahlmann, 2005-12-13, released under GPL 2

Documentation