doc-src/Intro/list.thy
author blanchet
Thu, 22 Sep 2011 19:42:06 +0200
changeset 45048 59ca831deef4
parent 32960 69916a850301
permissions -rw-r--r--
take out remote E-SInE -- it's broken and Geoff says it might take quite a while before he gets to it, plus it's fairly obsolete in the meantime

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