Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dolmen): Preserve trigger order (#1046)
In spite of what the comment says, the Dolmen frontend currently reverses the order in which triggers are considered. This patch ensures that the trigger order is preserved by using `List.map` instead of `List.rev_map` (there is usually only very few triggers and the `mk_expr` itself is not tail-recursive).
- Loading branch information