doc-src/Intro/list.thy
author wenzelm
Sat, 18 Sep 2010 21:10:07 +0200
changeset 39523 d8971680b0fc
parent 32960 69916a850301
permissions -rw-r--r--
simplified fifo handling -- rm_fifo always succeeds without ever blocking; tuned;

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