Skip to content

Commit

Permalink
Added identifiers for section parameters in Surface (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppolesiuk authored Dec 30, 2024
1 parent b477ec4 commit e630aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lang/Surface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@ and def_data =
- [body] -- An expression that should evaluate to a first-class handler,
providing the capability of the handled effect. *)

| DTypeParam of tname * kind_expr
| DTypeParam of tname * tvar * kind_expr
(** Declaration of type parameter *)

| DValParam of name * scheme_expr
| DValParam of name * ident * scheme_expr
(** Declaration of value parameter *)

| DData of (** Definition of non-recursive ADT *)
Expand Down

0 comments on commit e630aef

Please sign in to comment.