ghcide-2.9.0.0: The core of an IDE
Safe HaskellNone
LanguageGHC2021

Development.IDE.GHC.CoreFile

Description

CoreFiles let us serialize Core to a file in order to later recover it without reparsing or retypechecking

Synopsis

Documentation

data CoreFile #

Constructors

CoreFile 

Fields

Instances

Instances details
Binary CoreFile # 
Instance details

Defined in Development.IDE.GHC.CoreFile

codeGutsToCoreFile #

Arguments

:: Fingerprint

Hash of the interface this was generated from

-> CgGuts 
-> CoreFile 

writeBinCoreFile :: FilePath -> CoreFile -> IO Fingerprint #

Write a core file

occNamePrefixes :: [Text] #

Prefixes that can occur in a GHC OccName