haskell / play-haskell

Haskell Playground
125 stars 8 forks source link

UI for controlling Core/Asm GHC options #36

Open tomsmeding opened 1 year ago

tomsmeding commented 1 year ago

Since #35, one flag is passed to GHC when printing core/asm output: -dno-typeable-binds. Because {-# OPTIONS -dtypeable-binds #-} doesn't seem to be a thing, there needs to be some UI for disabling such pre-set flags.