Skip to content

Missing brackets in import hint with TypeOperators

import Data.Type.Equality(Refl)

errors with

error:
    In module ‘Data.Type.Equality’:
      ‘Refl’ is a data constructor of ‘:~:’
    To import it use
      ‘import’ Data.Type.Equality( :~:( Refl ) )
    or
      ‘import’ Data.Type.Equality( :~:(..) )

But the code there does not parse, one needs

import Data.Type.Equality((:~:)(Refl))

instead (note the extra brackets!).

Trac metadata
Trac field Value
Version 7.10.1
Type Bug
TypeOfFailure OtherFailure
Priority normal
Resolution Unresolved
Component Compiler
Test case
Differential revisions
BlockedBy
Related
Blocking
CC
Operating system
Architecture
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information