Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisthire committed Sep 11, 2018
1 parent 0b4c56d commit 2ab5967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/reduction.ml
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,12 @@ let logged_state_whnf log stop (strat:red_strategy) (sg:Signature.t) : state_red
(* Weak heah beta normal terms *)
| { term=Type _ }, _
| { term=Kind }, _ -> st

| { term=Pi _ } , ByName
| { term=Pi _ } , ByValue -> st
| { ctx=ctx; term=Pi(l,x,a,b) }, ByStrongValue ->
let a' = term_of_state (aux (0::pos) {ctx=ctx; term=a; stack=[]}) in
(** Should we also reduce b ? *)
(* Should we also reduce b ? *)
{st with term=mk_Pi l x a' b }

(* Reducing type annotation *)
Expand Down

0 comments on commit 2ab5967

Please sign in to comment.