doc-src/Intro/list.thy
author blanchet
Wed, 17 Mar 2010 09:14:43 +0100
changeset 35807 e4d1b5cbd429
parent 32960 69916a850301
permissions -rw-r--r--
added support for "specification" and "ax_specification" constructs to Nitpick

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