Initial revision
authornipkow
Thu, 10 Nov 1994 09:46:19 +0100
changeset 169 54cf155d00d3
parent 168 44ff2275d44f
child 170 3a8d722fd3ff
Initial revision
IOA/meta_theory/Asig.ML
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IOA/meta_theory/Asig.ML	Thu Nov 10 09:46:19 1994 +0100
@@ -0,0 +1,11 @@
+(*  Title:      HOL/IOA/meta_theory/Asig.ML
+    ID:         $Id$
+    Author:     Tobias Nipkow & Konrad Slind
+    Copyright   1994  TU Muenchen
+
+Action signatures
+*)
+
+open Asig;
+
+val asig_projections = [asig_inputs_def, asig_outputs_def, asig_internals_def];