src/HOL/Prolog/ROOT.ML
author wenzelm
Wed, 11 Oct 2006 00:27:38 +0200
changeset 20963 a7fd8f05a2be
parent 14981 e73f8140af78
child 24104 719fbe4fb77f
permissions -rw-r--r--
added type global_theory -- theory or local_theory; added begin/exit_local_theory; removed theory_context; renamed body_context_node to presentation_context; removed copy (checkpoint twice instead -- avoids unrelated theories);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13208
965f95a3abd9 added the usual file headers
oheimb
parents: 9015
diff changeset
     1
(*  Title:    HOL/Prolog/ROOT.ML
965f95a3abd9 added the usual file headers
oheimb
parents: 9015
diff changeset
     2
    ID:       $Id$
965f95a3abd9 added the usual file headers
oheimb
parents: 9015
diff changeset
     3
    Author:   David von Oheimb (based on a lecture on Lambda Prolog by Nadathur)
965f95a3abd9 added the usual file headers
oheimb
parents: 9015
diff changeset
     4
*)
965f95a3abd9 added the usual file headers
oheimb
parents: 9015
diff changeset
     5
9015
8006e9009621 added HOL/Prolog
oheimb
parents:
diff changeset
     6
use_thy"Test";
8006e9009621 added HOL/Prolog
oheimb
parents:
diff changeset
     7
use_thy"Type";