Skip to content

Commit

Permalink
Make normalization of primitive projections in native_compute the sam…
Browse files Browse the repository at this point in the history
…e as with other reduction machines.
  • Loading branch information
maximedenes committed Jun 8, 2015
1 parent 48a6ce6 commit 5fab341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretyping/nativenorm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ and nf_atom env atom =
| Aevar (ev,_) -> mkEvar ev
| Aproj(p,c) ->
let c = nf_accu env c in
mkProj(Projection.make p false,c)
mkProj(Projection.make p true,c)
| _ -> fst (nf_atom_type env atom)

and nf_atom_type env atom =
Expand Down

0 comments on commit 5fab341

Please sign in to comment.