doc-src/Intro/list.thy
author krauss
Sun, 21 Aug 2011 22:13:04 +0200
changeset 44372 f9825056dbab
parent 32960 69916a850301
permissions -rw-r--r--
more precise authors and comments; tuned order and headers

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