doc-src/Intro/list.thy
author huffman
Fri, 19 Aug 2011 18:42:41 -0700
changeset 44319 806e0390de53
parent 32960 69916a850301
permissions -rw-r--r--
move sin_coeff and cos_coeff lemmas to Transcendental.thy; simplify some proofs

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