doc-src/Intro/list.thy
author bulwahn
Thu, 12 Nov 2009 20:38:57 +0100
changeset 33649 854173fcd21c
parent 32960 69916a850301
permissions -rw-r--r--
added a tabled implementation of the reflexive transitive closure

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