doc-src/Intro/list.thy
author bulwahn
Mon, 29 Mar 2010 17:30:48 +0200
changeset 36029 a790b94e090c
parent 32960 69916a850301
permissions -rw-r--r--
removing fishing for split thm in the predicate compiler

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