About

Metadata

  • Last updated , by phadej
  • License BSD-3-Clause
  • Maintained by: Oleg Grenrus <oleg.grenrus@iki.fi>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.0.1
  2. 8.10.4
  3. 8.8.3
  4. 8.6.5

Readme

Implement Overloaded pragmas as a source plugin

For example we can replace

{-# LANGUAGE OverloadedStrings #-}

with

{-# OPTIONS -fplugin=Overloaded -fplugin-opt=Overloaded:Strings #-}