[Haskell-cafe] Re: Are there standard idioms for lazy, pure error handling?

Mark Lentczner markl at glyphic.com
Tue Dec 1 10:35:48 EST 2009


On Dec 1, 2009, at 2:29 AM, Heinrich Apfelmus wrote:

>   data Train a b = Wagon a (Train a b)
>                  | Loco  b

Surely that should be:

  data Train a b = Wagon a (Train a b)
                 | Caboose b

?

	- MtnViewMark

Mark Lentczner
http://www.ozonehouse.com/mark/
mark at glyphic.com





More information about the Haskell-Cafe mailing list