-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Building library for atom-1.0.13..
[ 1 of 17] Compiling Language.Atom.Expressions ( Language/Atom/Expressions.hs, dist/build/Language/Atom/Expressions.o, dist/build/Language/Atom/Expressions.dyn_o )
Language/Atom/Expressions.hs:643:9: error:
Ambiguous occurrence ‘And’
It could refer to
either ‘Data.Bits.And’,
imported from ‘Data.Bits’ at Language/Atom/Expressions.hs:93:1-16
or ‘Language.Atom.Expressions.And’,
defined at Language/Atom/Expressions.hs:214:3
|
643 | (&&.) = And
| ^^^
Language/Atom/Expressions.hs:781:3: error:
Ambiguous occurrence ‘And’
It could refer to
either ‘Data.Bits.And’,
imported from ‘Data.Bits’ at Language/Atom/Expressions.hs:93:1-16
or ‘Language.Atom.Expressions.And’,
defined at Language/Atom/Expressions.hs:214:3
|
781 | And a b -> uand (ue a) (ue b)
| ^^^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels