doc-src/Intro/list.thy
author wenzelm
Tue, 29 Dec 2009 20:59:47 +0100
changeset 34207 88300168baf8
parent 32960 69916a850301
permissions -rw-r--r--
back to Unsynchronized.ref, with some attempts to make the main operations actually thread-safe;

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