doc-src/Intro/list.thy
author berghofe
Thu, 18 Feb 2010 17:27:18 +0100
changeset 35210 6e45e4c94751
parent 32960 69916a850301
permissions -rw-r--r--
Added function rewrite_term_top for top-down rewriting.

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