doc-src/Intro/list.thy
author wenzelm
Thu, 23 Aug 2012 19:57:55 +0200
changeset 48912 ffdb37019b2f
parent 32960 69916a850301
permissions -rw-r--r--
improved errors of parser combinators;

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