doc-src/Intro/list.thy
author bulwahn
Thu, 27 Oct 2011 13:50:54 +0200
changeset 45272 5995ab88a00f
parent 32960 69916a850301
permissions -rw-r--r--
respecting isabelle's programming style in the quotient package by simplifying quotdata_lookup function for data access

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