test/Tools/isac/ADDTESTS/course/phst11/T2_Rewriting.thy
changeset 59348 ddfabb53082c
parent 59188 c477d0f79ab9
child 59382 364ce4699452
equal deleted inserted replaced
59347:a096f5696f0d 59348:ddfabb53082c
    31   variable.
    31   variable.
    32   Can you read diff_const in the Ouput window ?
    32   Can you read diff_const in the Ouput window ?
    33 
    33 
    34   Please, skip this introductory ML-section in the first go ...*}
    34   Please, skip this introductory ML-section in the first go ...*}
    35 ML {*
    35 ML {*
    36 default_print_depth 1;
    36 (*default_print_depth 1;*)
    37 val (thy, ro, er, inst) = 
    37 val (thy, ro, er, inst) = 
    38     (@{theory "Isac"}, tless_true, eval_rls, [(@{term "bdv::real"}, @{term "x::real"})]);
    38     (@{theory "Isac"}, tless_true, eval_rls, [(@{term "bdv::real"}, @{term "x::real"})]);
    39 *}
    39 *}
    40 text {* ... and  let us differentiate the term t: *}
    40 text {* ... and  let us differentiate the term t: *}
    41 ML {*
    41 ML {*