mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Add TODOs for opaque type comments that will need to be changed later
This commit is contained in:
parent
ca9ecbea52
commit
e420ebd023
3 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,7 @@ pub enum Ident<'a> {
|
|||
/// @Foo or @Bar
|
||||
PrivateTag(&'a str),
|
||||
/// $Foo or $Bar
|
||||
// TODO(opaques): $->@ in the above comment
|
||||
OpaqueRef(&'a str),
|
||||
/// foo or foo.bar or Foo.Bar.baz.qux
|
||||
Access {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue