Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 2cefe29

Browse files
author
Patrick Thomson
committed
no partial type sigs necessary
1 parent 40e5adf commit 2cefe29

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Reprinting/Pipeline.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ stages of the pipeline follows:
9595
9696
-}
9797

98-
{-# LANGUAGE AllowAmbiguousTypes, PartialTypeSignatures, RankNTypes, ScopedTypeVariables #-}
99-
{-# OPTIONS_GHC -Wno-partial-type-signatures #-}
98+
{-# LANGUAGE AllowAmbiguousTypes, RankNTypes, ScopedTypeVariables #-}
10099
module Reprinting.Pipeline
101100
( runReprinter
102101
, runTokenizing

0 commit comments

Comments
 (0)