
21 May
2011
21 May
'11
8:32 a.m.
Duh...
Thanks, Arlen.
Michael
--- On Sat, 5/21/11, Arlen Cuss
(fromList [(("\n","\n"),["I"]),(("\n","I"),["am"]),(("I","am"),["lost."])],("am","lost."),[])
Or splitting that out: (fromList [(("\n","\n"),["I"]),(("\n","I"),["am"]),(("I","am"),["lost."])], ("am","lost."), []) Note that it's a triple, not one map. You're printing the triple mp, the first item of which is a map. A