1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 20:41:38 +03:00

no partial type sigs necessary

This commit is contained in:
Patrick Thomson 2019-06-20 12:58:16 -04:00
parent 40e5adfdb0
commit 2cefe29fbc

View File

@ -95,8 +95,7 @@ stages of the pipeline follows:
-}
{-# LANGUAGE AllowAmbiguousTypes, PartialTypeSignatures, RankNTypes, ScopedTypeVariables #-}
{-# OPTIONS_GHC -Wno-partial-type-signatures #-}
{-# LANGUAGE AllowAmbiguousTypes, RankNTypes, ScopedTypeVariables #-}
module Reprinting.Pipeline
( runReprinter
, runTokenizing