src/Pure/context_position.ML
changeset 33519 e31a85f92ce9
parent 33383 12d79ece3f7e
child 38237 8b0383334031
equal deleted inserted replaced
33518:24563731b9b2 33519:e31a85f92ce9
    13 end;
    13 end;
    14 
    14 
    15 structure Context_Position: CONTEXT_POSITION =
    15 structure Context_Position: CONTEXT_POSITION =
    16 struct
    16 struct
    17 
    17 
    18 structure Data = ProofDataFun
    18 structure Data = Proof_Data
    19 (
    19 (
    20   type T = bool;
    20   type T = bool;
    21   fun init _ = true;
    21   fun init _ = true;
    22 );
    22 );
    23 
    23