src/Tools/isac/BaseDefinitions/termC.sml
changeset 60416 699e13094bbf
parent 60415 96355a86c11e
child 60424 c3acf9c442ac
     1.1 --- a/src/Tools/isac/BaseDefinitions/termC.sml	Wed Sep 29 19:26:12 2021 +0200
     1.2 +++ b/src/Tools/isac/BaseDefinitions/termC.sml	Wed Sep 29 19:34:32 2021 +0200
     1.3 @@ -74,7 +74,6 @@
     1.4    val parseNEW: Proof.context -> string -> term option
     1.5    val parseNEW': Proof.context -> string -> term
     1.6    val parseNEW'': theory -> string -> term
     1.7 -  val parseN: theory -> string -> cterm option
     1.8    val parse_strict: theory -> string -> term
     1.9    val parse: theory -> string -> cterm option
    1.10  
    1.11 @@ -556,11 +555,6 @@
    1.12    | NONE => raise TERM ("NO parseNEW'' for " ^ str, [])
    1.13  
    1.14  (* TODO clarify parse with Test_Isac *)
    1.15 -fun parseN thy str = (* introduced 2002 *)
    1.16 -  \<^try>\<open>
    1.17 -    let val t = (*(typ_a2real o numbers_to_string)*) (Syntax.read_term_global thy str)
    1.18 -    in Thm.global_cterm_of thy t end\<close>;
    1.19 -
    1.20  fun parse_strict thy str = typ_a2real (Syntax.read_term_global thy str);
    1.21  fun parse thy str = (* introduced 2010 *)
    1.22    \<^try>\<open>