Skip to content

WIP: SPECIALIZABLE pragma

Francesco Gazzetta requested to merge fgaz/ghc:specializable/basic1 into master

This patch is a draft implementation of GHC proposal 357: add SPECIALISABLE pragma

/cc @AndreasK @carter


template stuff (will rebase -i at the end)

  • are either individually buildable or squashed
  • have commit messages which describe what they do (referring to Notes and tickets using #NNNN syntax when appropriate)
  • have added source comments describing your change. For larger changes you likely should add a Note and cross-reference it from the relevant places.
  • add a testcase to the testsuite.
  • replace this message with a description motivating your change
Edited by Simon Peyton Jones

Merge request reports