src/Tools/Compute_Oracle/am_sml.ML
changeset 25548 121705bba349
parent 25520 e123c81257a5
child 26385 ae7564661e76
equal deleted inserted replaced
25547:ffa6e91b7add 25548:121705bba349
    18 
    18 
    19 structure AM_SML : AM_SML = struct
    19 structure AM_SML : AM_SML = struct
    20 
    20 
    21 open AbstractMachine;
    21 open AbstractMachine;
    22 
    22 
    23 val dump_output = ref NONE
    23 val dump_output = ref (NONE: string option)
    24 
    24 
    25 type program = string * string * (int Inttab.table) * (int Inttab.table) * (term Inttab.table) * (term -> term)
    25 type program = string * string * (int Inttab.table) * (int Inttab.table) * (term Inttab.table) * (term -> term)
    26 
    26 
    27 val saved_result = ref (NONE:(string*term)option)
    27 val saved_result = ref (NONE:(string*term)option)
    28 
    28