Skip to content

Add `liftedTyped` to `Lift` class

Alec Theriault requested to merge harpocrates/ghc:arcpatch-D5198 into master

Implements GHC proposal 43, adding a liftTyped method to the Lift typeclass. This also adds some documentation to TExp, describing typed splices and their advantages over their untyped counterparts.

Resolves #14671 (closed).

Edited by Ryan Scott

Merge request reports