doc-src/Intro/list.thy
author bulwahn
Mon, 30 Nov 2009 08:44:08 +0100
changeset 33926 dd017d9db05f
parent 32960 69916a850301
permissions -rw-r--r--
adding subsection about the predicate compiler to the code generator tutorial

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