Skip to content

Commit

Permalink
Explicit export set for Expander.TC
Browse files Browse the repository at this point in the history
This makes the code easier to understand and improves GHC warnings.
  • Loading branch information
david-christiansen committed May 6, 2020
1 parent 4e7ec87 commit 8130c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Expander/TC.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE MultiWayIf #-}
{-# LANGUAGE ViewPatterns #-}
module Expander.TC where
module Expander.TC (unify, freshMeta, inst, specialize, varType, makeTypeMetas, generalizeType) where

import Control.Lens hiding (indices)
import Control.Monad.Except
Expand Down

0 comments on commit 8130c3a

Please sign in to comment.