doc-src/Intro/list.thy
author haftmann
Thu, 16 Sep 2010 16:51:34 +0200
changeset 39473 33638f4883ac
parent 32960 69916a850301
permissions -rw-r--r--
dynamic and static value computation; built-in evaluation of propositions

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