src/Tools/isac/ProgLang/ListC.thy
changeset 60664 ed6f9e67349d
parent 60586 007ef64dbb08
equal deleted inserted replaced
60663:2197e3597cba 60664:ed6f9e67349d
    23   EmptyList :: "bool list" 
    23   EmptyList :: "bool list" 
    24   UniversalList :: "bool list" 
    24   UniversalList :: "bool list" 
    25 
    25 
    26 ML \<open>
    26 ML \<open>
    27 \<close> ML \<open>
    27 \<close> ML \<open>
    28 val UniversalList = TermC.parseNEW''\<^theory> "UniversalList";
    28 val UniversalList = Syntax.read_term \<^context> "UniversalList";
    29 val EmptyList = TermC.parseNEW''\<^theory> "[]::bool list";     
    29 val EmptyList = Syntax.read_term\<^context> "[]::bool list";     
    30 \<close> ML \<open>
    30 \<close> ML \<open>
    31 \<close>
    31 \<close>
    32 
    32 
    33 subsection \<open>Type 'xlist' for Lucas-Interpretation | for InsSort.thy\<close>
    33 subsection \<open>Type 'xlist' for Lucas-Interpretation | for InsSort.thy\<close>
    34 (* cp fom ~~/src/HOL/List.thy
    34 (* cp fom ~~/src/HOL/List.thy