doc-src/Intro/list.thy
author blanchet
Mon, 19 Apr 2010 17:18:21 +0200
changeset 36229 c95fab3f9cc5
parent 32960 69916a850301
permissions -rw-r--r--
workaround for Proof General's off-by-a-few sendback display bug, whereby "pr" in "proof" is not highlighted

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