Skip to content

Commit

Permalink
Added missing constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ppolesiuk committed Dec 23, 2024
1 parent b477ec4 commit 7ac65ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Lang/Surface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ and poly_expr_use_data =
| EVar of var path
(** Variable *)

| ECtor of ctor_name path
(** Constructor *)

| EImplicit of iname path
(** Implicit parameter *)

Expand Down

0 comments on commit 7ac65ce

Please sign in to comment.