src/HOL/Main.thy
author wenzelm
Fri, 01 Sep 2000 00:28:06 +0200
changeset 9768 a589b1d75b7b
parent 9650 6f0b89f2a1f9
child 9854 a1383b55ac05
permissions -rw-r--r--
lemmas [mono] = lists_mono;


(*theory Main includes everything; note that theory
  PreList already includes most HOL theories*)

theory Main = Map + String:

lemmas [mono] = lists_mono

end