src/Pure/pure_thy.ML
changeset 42290 b1f544c84040
parent 42288 2074b31650e6
child 42293 6cca0343ea48
equal deleted inserted replaced
42289:dafae095d733 42290:b1f544c84040
    14 struct
    14 struct
    15 
    15 
    16 val typ = Simple_Syntax.read_typ;
    16 val typ = Simple_Syntax.read_typ;
    17 val prop = Simple_Syntax.read_prop;
    17 val prop = Simple_Syntax.read_prop;
    18 
    18 
    19 val tycon = Syntax.mark_type;
    19 val tycon = Lexicon.mark_type;
    20 val const = Syntax.mark_const;
    20 val const = Lexicon.mark_const;
    21 
    21 
    22 val typeT = Syntax_Ext.typeT;
    22 val typeT = Syntax_Ext.typeT;
    23 val spropT = Syntax_Ext.spropT;
    23 val spropT = Syntax_Ext.spropT;
    24 
    24 
    25 
    25