Skip to content

Commit

Permalink
fixup rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Feb 19, 2021
1 parent ffcefd1 commit cb27460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hb.elpi
Expand Up @@ -2028,7 +2028,7 @@ main-declare-structure Module GRFSwP ClosureCheck :- std.do! [
ElpiOperationModName is "ElpiOperations" ^ {std.any->string {new_int}},
coq.env.begin-module ElpiOperationModName none,
std.map MLToExport (m\r\ r = mixin-first-class m ClassName) MixinFirstClass,
std.forall {std.append EX MixinFirstClass} (c\ acc current (clause _ _ c)),
std.forall {std.append EX MixinFirstClass} (c\ hb-accumulate current (clause _ _ c)),
coq.env.end-module ElpiOperations,
export ElpiOperations,

Expand Down

0 comments on commit cb27460

Please sign in to comment.