Skip to content

Commit

Permalink
Remove some unnecessary uses of AllowAmbiguousTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Feb 17, 2019
1 parent c226fec commit ea63077
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Data/Singletons/Prelude/List/Internal.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{-# LANGUAGE TypeOperators, DataKinds, PolyKinds, TypeFamilies,
TemplateHaskell, GADTs, UndecidableInstances, RankNTypes,
ScopedTypeVariables, FlexibleContexts, AllowAmbiguousTypes,
ScopedTypeVariables, FlexibleContexts,
TypeApplications #-}
{-# OPTIONS_GHC -O0 #-}

Expand Down
1 change: 0 additions & 1 deletion src/Data/Singletons/TypeError.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE ExistentialQuantification #-}
{-# LANGUAGE FlexibleInstances #-}
Expand Down
2 changes: 1 addition & 1 deletion tests/ByHand.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This file is a great way to understand the singleton encoding better.
RankNTypes, TypeOperators, MultiParamTypeClasses,
FunctionalDependencies, ScopedTypeVariables,
LambdaCase, TemplateHaskell, EmptyCase,
AllowAmbiguousTypes, TypeApplications, EmptyCase
TypeApplications, EmptyCase
#-}

module ByHand where
Expand Down

0 comments on commit ea63077

Please sign in to comment.