doc-src/Intro/list.thy
author wenzelm
Fri, 30 Apr 2010 23:53:37 +0200
changeset 36603 d5d6111761a6
parent 32960 69916a850301
permissions -rw-r--r--
renamed Variable.thm_context to Variable.global_thm_context to emphasize that this is not the real thing;

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