Skip to content

Commit

Permalink
Labeled tuple element to labeled tuple item
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Feb 7, 2025
1 parent 7b5b473 commit ec6ad7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haz3lcore/lang/term/Typ.re
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ let show_cls: cls => string =
| List => "List type"
| Arrow => "Function type"
| Prod => "Tuple type"
| TupLabel => "Labeled element type"
| TupLabel => "Labeled tuple item type"
| Sum => "Sum type"
| Parens => "Parenthesized type"
| Ap => "Constructor application"
Expand Down

0 comments on commit ec6ad7e

Please sign in to comment.