Skip to content

Commit 3ddb0c6

Browse files
committed
EEP-0072: Add note about ASN1 and Corba
1 parent 8036769 commit 3ddb0c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

eeps/eep-0072.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,13 @@ using Erlang records) should naturally have a `#div` record, however, due to
9797
is used instead to save the programmer from having to invoke `#'div'`,
9898
which feels unnatural and awkward.
9999

100-
Further,
100+
Further, applications such as ASN.1 and Corba both have naming conventions that
101+
rely heavily on uppercase record names and as such, they currently must be
102+
quoted as well. You can see this in modules in Erlang's
103+
[`asn1`](https://github.com/erlang/otp/blob/OTP-27.1.1/lib/asn1/src/asn1_records.hrl#L35-L39)
104+
application. (The previous link points to some record definitions in `asn1`,
105+
but you can see the usage scattered across a number of modules in the `asn1`
106+
application).
101107

102108

103109
Usage Syntax Specification

0 commit comments

Comments
 (0)