view demo/list.urs @ 1568:0fab80567fa3

Fix searching for underscore elements in PDF files.
author Ron de Bruijn <rmbruijn@gmail.com>
date Fri, 30 Sep 2011 08:16:50 -0400
parents 4d519baf357c
children
line wrap: on
line source
datatype list t = Nil | Cons of t * list t

val length : t ::: Type -> list t -> int

val rev : t ::: Type -> list t -> list t