Mercurial > urweb
view tests/conargs.ur @ 2141:53f91b67006c
Treat "style" as starting an expression in urweb-mode
author | Julian Squires <julian@cipht.net> |
---|---|
date | Tue, 05 May 2015 14:03:06 -0400 |
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