Mercurial > urweb
view tests/conargs.ur @ 2219:ff38b3e0cdfd
Add interface to UnionFind.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 24 Nov 2014 20:41:24 -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