Skip to content

Commit

Permalink
Don't (re-)export buildNum from SolveHoles.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Jan 7, 2025
1 parent daf2443 commit 98c74f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brat/Brat/Checker/SolveHoles.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Brat.Checker.SolveHoles (typeEq, buildNum) where
module Brat.Checker.SolveHoles (typeEq) where

import Brat.Checker.Monad
import Brat.Checker.Types (kindForMode)
import Brat.Checker.Helpers (buildConst, buildNatVal, buildNum)
import Brat.Checker.Helpers (buildConst, buildNatVal)
import Brat.Error (ErrorMsg(..))
import Brat.Eval
import Brat.Syntax.Common
Expand Down

0 comments on commit 98c74f8

Please sign in to comment.