@hackage slot-lambda0.1.0.0

Write lambdas without naming the parameters. --\_ + _ = \x y -> x+y

Write lambdas without naming the parameters. e.g. [s| ı : ı : _ı : ı : _ı : _ı : _0 : [] |] a b c = x y z -> x:y:y:z:z:z:x:[] = "abbccca" Just `import Syntax.Slot` and use either [s| ... |] or [slot| ... |], which are the same thing given two names just for convenience.