doc-src/Intro/list.thy
author berghofe
Wed, 06 Aug 1997 00:24:49 +0200
changeset 3603 5eef2ff0eb72
parent 105 216d6ed87399
child 32960 69916a850301
permissions -rw-r--r--
This file now contains all functions for generating html and graph data.

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