doc-src/Intro/list.thy
author huffman
Thu, 08 Sep 2011 19:35:23 -0700
changeset 44849 41fddafe20d5
parent 32960 69916a850301
permissions -rw-r--r--
Library/Saturated.thy: number_semiring class instance

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