Mercurial > urweb
view tests/conargs.ur @ 1973:155bd0bc4d28
Day of week functions.
author | Patrick Hurst <phurst@mit.edu> |
---|---|
date | Thu, 05 Dec 2013 11:36:54 -0500 |
parents | 644558d9c756 |
children |
line wrap: on
line source
con func a b = a -> b signature S = sig con funcy a b = a -> b end structure M : S = struct con funcy = func end