
7 Jun
2007
7 Jun
'07
3:29 p.m.
apfelmus
As an example, we have
Just "Earth" == lookup (at "Milky Way" > at "Sun") universe
assuming that
universe :: Data.Map String (Data.Map String String)
All this hard work for something that in a lesser language would be the unimpressive: universe["Milky Way"]["Sun"] ;-P -- G.