doc-src/Intro/list.thy
author bulwahn
Thu, 09 Sep 2010 17:23:03 +0200
changeset 39253 0c47d615a69b
parent 32960 69916a850301
permissions -rw-r--r--
removing report from the arguments of the quickcheck functions and refering to it by picking it from the context

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