doc-src/Intro/list.thy
author haftmann
Mon, 25 Oct 2010 13:34:58 +0200
changeset 40122 1d8ad2ff3e01
parent 32960 69916a850301
permissions -rw-r--r--
dropped (almost) redundant distinct.induct rule; distinct_simps again named distinct.simps

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