doc-src/Intro/list.thy
author haftmann
Tue, 09 Nov 2010 14:02:12 +0100
changeset 40464 e1db06cf6254
parent 32960 69916a850301
permissions -rw-r--r--
type annotations in specifications; fun_rel_def is no simp rule by default

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