Removes wrong note on opaque types

Opaque types were discussed in the previous section

Signed-off-by: Kasper Møller Andersen <kma_untrusted@protonmail.com>
This commit is contained in:
Kasper Møller Andersen 2024-05-26 12:49:23 +02:00 committed by GitHub
parent 25f230fda8
commit 2a3e3e14f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -769,7 +769,6 @@ All imports and exports in Roc are enumerated explicitly; there is no `..` synta
> Since tags are available in all modules, Roc does not have a notion of
> "importing variants", and there's also no `exposing (Foo(..))` equivalent.
> (Later on, we'll talk about how opaque types work in Roc.)
Like Elm, Roc does not allow shadowing.