doc-src/Intro/list.thy
author wenzelm
Tue, 27 Apr 2010 21:34:22 +0200
changeset 36428 874843c1e96e
parent 32960 69916a850301
permissions -rw-r--r--
really minimize sorts after certification -- looks like this is intended here;

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