doc-src/Intro/list.thy
author Cezary Kaliszyk <cezarykaliszyk@gmail.com>
Thu, 09 Feb 2012 09:36:30 +0100
changeset 46441 992a1688303f
parent 32960 69916a850301
permissions -rw-r--r--
Generalize the compositional preservation theorems

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