src/HOL/Complex/Complex_Main.thy
author paulson
Fri, 02 Mar 2007 12:38:58 +0100
changeset 22383 01e90256550d
parent 15140 322485b816ac
child 22655 83878e551c8c
permissions -rw-r--r--
Meson.is_fol_term now takes a theory as argument. Minor tidying.

(*  Title:      HOL/Complex/Complex_Main.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2003  University of Cambridge
*)

header{*Comprehensive Complex Theory*}

theory Complex_Main
imports CLim
begin

end