doc-src/Intro/list.thy
author wenzelm
Tue, 09 Nov 2010 23:24:46 +0100
changeset 40452 45e7c2889d2f
parent 32960 69916a850301
permissions -rw-r--r--
misc tuning and simplification, using Isabelle_Sidekick.Asset (not sidekick.Asset, which is dynamically dispatched to slightly different semantics);

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