doc-src/Intro/list.thy
author wenzelm
Wed, 08 Jan 1997 15:12:44 +0100
changeset 2494 5d45c2094ff6
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
IsaMakefile for HOLCF;

List = FOL +
types 	list 1
arities list	:: (term)term
consts	Nil	:: "'a list"
   	Cons	:: "['a, 'a list] => 'a list" 
end