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
Currently, the LiquidHaskell plugin searches for CoreToLogic.lg in the installation of the liquidhaskell package. This makes a bit more fiddly to handle tests that run without installing LiquidHaskell because then we need to set here and there an environment variable liquidhaskell_boot_datadir to point at the file at runtime.
Unless someone has a use case for modifying CoreToLogic.lg after liquidhaskell is built, I would like to have it embedded in the source code instead, perhaps via Template Haskell or quasi quotations.
The text was updated successfully, but these errors were encountered:
Currently, the LiquidHaskell plugin searches for
CoreToLogic.lg
in the installation of theliquidhaskell
package. This makes a bit more fiddly to handle tests that run without installing LiquidHaskell because then we need to set here and there an environment variableliquidhaskell_boot_datadir
to point at the file at runtime.Unless someone has a use case for modifying
CoreToLogic.lg
afterliquidhaskell
is built, I would like to have it embedded in the source code instead, perhaps via Template Haskell or quasi quotations.The text was updated successfully, but these errors were encountered: