doc-src/Intro/list.thy
author haftmann
Wed, 01 Sep 2010 12:27:49 +0200
changeset 39017 8cd5b6d688fa
parent 32960 69916a850301
permissions -rw-r--r--
generalized hierarchical data structure over statements

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