Skip to content

Commit

Permalink
Add InstanceSigs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Oct 15, 2024
1 parent 6db8c82 commit a18a9a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tn-fp-course.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ common common-all
FlexibleInstances
FunctionalDependencies
GADTs
InstanceSigs
MultiParamTypeClasses
NamedFieldPuns
LambdaCase
Expand Down
1 change: 0 additions & 1 deletion tps/Scratch.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# OPTIONS_GHC -Wno-noncanonical-monad-instances #-}
{-# LANGUAGE InstanceSigs #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE TypeFamilies #-}
-- | Module for live trial and error
Expand Down

0 comments on commit a18a9a1

Please sign in to comment.