Skip to content

TemplateHaskellQuotes: Allow nested splices

Matthew Pickering requested to merge wip/th-quotes-relax into master

There is no issue with nested splices as they do not require any compile time code execution. All execution is delayed until the top-level splice.

reviewer: @Ericson2314

Merge request reports