comparison lib/ur/list.urs @ 794:dc3fc3f3b834

Improving/reordering Unpoly and Especialize; pathmaps
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 May 2009 08:13:54 -0400
parents
children 6271f0e3c272
comparison
equal deleted inserted replaced
793:3e5d1c6ae30c 794:dc3fc3f3b834
1 datatype t = datatype Basis.list
2
3 val show : a ::: Type -> show a -> show (list a)
4
5 val rev : a ::: Type -> t a -> t a
6
7 val mp : a ::: Type -> b ::: Type -> (a -> b) -> t a -> t b
8