Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fun b_norm_form strat (m, 0) = (m, false)
- | b_norm_form strat (m, i) = if not (has_b_redex m) then (m, true)
- else b_norm_form strat (strat m, i-1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement