shithub: MicroHs

ref: fe0aaa9d60284e366f09b362e4a5532a9d3bef88
dir: /src/MicroHs/Instances.hs/

View raw version
-- Copyright 2023 Lennart Augustsson
-- See LICENSE file for full license.
module MicroHs.Instances(compiledWithGHC) where
-- For GHC compatibility
import MicroHs.CompileCache
import MicroHs.Ident
import MicroHs.Exp
import MicroHs.Expr
import Compat

compiledWithGHC :: Bool
compiledWithGHC = False

instance NFData Cache
instance NFData Exp
instance NFData Lit
instance NFData Ident