Skip to content

Commit

Permalink
typo in parse-type.rkt (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mpr1c3 authored Nov 22, 2023
1 parent 8c55c1f commit f8307b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typed-racket-lib/typed-racket/private/parse-type.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@
rator)])]
[else Err])]
[(id args ...)
(parse-error "bad syntax in type application: only an identifiers can be used as an operator")]
(parse-error "bad syntax in type application: only an identifier can be used as an operator")]
[t:atom
;; Integers in a "grey area", that is, integers whose runtime type is
;; platform-dependent, cannot be safely assigned singleton types.
Expand Down

0 comments on commit f8307b2

Please sign in to comment.