doc-src/Intro/list.thy
author bulwahn
Thu, 21 Oct 2010 19:13:09 +0200
changeset 40051 b6acda4d1c29
parent 32960 69916a850301
permissions -rw-r--r--
added generator_dseq compilation for a sound depth-limited compilation with small value generators

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