You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theseus/Repl.hs:65:3: error:
Ambiguous occurrence ‘banner’
It could refer to
either ‘System.Console.Repline.banner’,
imported from ‘System.Console.Repline’ at Theseus/Repl.hs:8:1-29
or ‘Theseus.Repl.banner’, defined at Theseus/Repl.hs:27:1
|
65 | banner
| ^^^^^^
Theseus/Repl.hs:70:3: error:
Ambiguous occurrence ‘initialiser’
It could refer to
either ‘System.Console.Repline.initialiser’,
imported from ‘System.Console.Repline’ at Theseus/Repl.hs:8:1-29
or ‘Theseus.Repl.initialiser’, defined at Theseus/Repl.hs:30:1
|
70 | initialiser
| ^^^^^^^^^^^
Failed, 7 modules loaded.
using repline 0.4.0
The text was updated successfully, but these errors were encountered:
cd src; ghci Theseus.hs
produces these errorsThe text was updated successfully, but these errors were encountered: