IOA/meta_theory/Asig.ML
changeset 252 a4dc62a46ee4
parent 251 f04b33ce250f
child 253 132634d24019
equal deleted inserted replaced
251:f04b33ce250f 252:a4dc62a46ee4
     1 (*  Title:      HOL/IOA/meta_theory/Asig.ML
       
     2     ID:         $Id$
       
     3     Author:     Tobias Nipkow & Konrad Slind
       
     4     Copyright   1994  TU Muenchen
       
     5 
       
     6 Action signatures
       
     7 *)
       
     8 
       
     9 open Asig;
       
    10 
       
    11 val asig_projections = [asig_inputs_def, asig_outputs_def, asig_internals_def];