Mercurial > urweb
view tests/cfold_disj.ur @ 1392:e305ffee2b5b
Fixing daylight saving time in time string processing
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 13 Jan 2011 13:20:14 -0500 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
con id = fold (fn nm => fn t :: Type => fn acc => [nm] ~ acc => [nm = t] ++ acc) [] con idT = id [D = int, E = float] val idV = fn x : $idT => x.E