doc-src/Intro/list.thy
author wenzelm
Tue, 06 Sep 2011 10:16:12 +0200
changeset 44731 8f7b3a89fc15
parent 32960 69916a850301
permissions -rw-r--r--
flush after Output.raw_message (and init message) for reduced latency of important protocol events;

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