Skip to content

Commit

Permalink
remove fix me
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Jan 8, 2025
1 parent 047e153 commit df60b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mo_frontend/parser.mly
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ parse_stab_sig :
ACTOR LPAR LCURLY sfs_pre=seplist(stab_field, semicolon) RCURLY COMMA
LCURLY sfs_post=seplist(stab_field, semicolon) RCURLY RPAR
{ let trivia = !triv_table in
let sigs = PrePost(sfs_pre, sfs_post) in (* FIX ME*)
let sigs = PrePost(sfs_pre, sfs_post) in
fun filename -> {
it = (ds, {it=sigs; at = at $sloc; note = ()});
at = at $sloc;
Expand Down

0 comments on commit df60b81

Please sign in to comment.