Skip to content

Commit

Permalink
termination for v_to_char_list_def
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Oct 14, 2014
1 parent 2763e05 commit dc19e94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions semantics/terminationScript.sml
Expand Up @@ -190,6 +190,11 @@ val (v_to_list_def,v_to_list_ind) =
wf_rel_tac `measure v_size`);
val _ = register "v_to_list" v_to_list_def v_to_list_ind;

val (v_to_char_list_def,v_to_char_list_ind) =
tprove_no_defn ((v_to_char_list_def,v_to_char_list_ind),
wf_rel_tac `measure v_size`);
val _ = register "v_to_char_list" v_to_char_list_def v_to_char_list_ind;

val check_ctor_foldr_flat_map = Q.prove (
`!c. (FOLDR
(λ(tvs,tn,condefs) x2.
Expand Down

0 comments on commit dc19e94

Please sign in to comment.