ghc-lib-parser-9.8.2.20240223: The GHC API, decoupled from GHC versions
Copyright(c) The University of Glasgow 2001
LicenseBSD-style (see the file LICENSE)
MaintainerJeffrey Young <jeffrey.young@iohk.io> Luite Stegeman <luite.stegeman@iohk.io> Sylvain Henry <sylvain.henry@iohk.io> Josh Meredith <josh.meredith@iohk.io>
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.StgToJS.Linker.Types

Description

 
Synopsis

Documentation

data JSLinkConfig Source #

Constructors

JSLinkConfig 

Fields

defaultJSLinkConfig :: JSLinkConfig Source #

Default linker configuration

data LinkedObj Source #

An object file that's either already in memory (with name) or on disk

Constructors

ObjFile FilePath

load from this file

ObjLoaded String Object

already loaded: description and payload

Instances

Instances details
Outputable LinkedObj Source # 
Instance details

Defined in GHC.StgToJS.Linker.Types

Methods

ppr :: LinkedObj -> SDoc Source #

data LinkPlan Source #

Constructors

LinkPlan 

Fields

Instances

Instances details
Outputable LinkPlan Source # 
Instance details

Defined in GHC.StgToJS.Linker.Types

Methods

ppr :: LinkPlan -> SDoc Source #