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
If an Agda module only contains typeclass instances (i.e., orphans), then agda2hs code in other modules do not have an import statement generated for the module with the instances.
Here is an example that shows the workaround for the missing import:
open importPeras.QCD.Types.Instances{-# FOREIGN AGDA2HSimport Peras.QCD.Types.Instances ()#-}
The text was updated successfully, but these errors were encountered:
If an Agda module only contains typeclass instances (i.e., orphans), then
agda2hs
code in other modules do not have animport
statement generated for the module with the instances.Here is an example that shows the workaround for the missing import:
The text was updated successfully, but these errors were encountered: