doc-src/Intro/list.thy
author wenzelm
Sun, 21 Aug 2011 20:04:02 +0200
changeset 44355 9c38bdc6d755
parent 32960 69916a850301
permissions -rw-r--r--
default style for user fonts -- to prevent org.gjt.sp.jedit.print.BufferPrintable from choking on null;

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