Mercurial > urweb
view tests/tcrec.ur @ 1907:cb57ba73a61d
make uninstall: Uninstall types_cpp.h, urweb_cpp.h
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
author | Anders Kaseorg <andersk@mit.edu> |
---|---|
date | Fri, 22 Nov 2013 09:36:14 -0500 |
parents | 287604b4a08d |
children |
line wrap: on
line source
type r1 = {A : string, B : string} type r2 = {B : string, A : string} val show_r1 : show r1 = mkShow (fn r => r.A ^ "+" ^ r.B) val show_r2 : show r2 = _