doc-src/Intro/list.thy
author haftmann
Sun, 22 Jul 2012 09:56:34 +0200
changeset 48427 571cb1df0768
parent 32960 69916a850301
permissions -rw-r--r--
library theories for debugging and parallel computing using code generation towards Isabelle/ML

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