Skip to content

Commit

Permalink
ormolu
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira authored and paulcadman committed Feb 8, 2024
1 parent e19befe commit 37869e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Tree/EvaluatorEff.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Effectful.Writer.Static.Local qualified as E
import Juvix.Compiler.Core.Data.BinderList qualified as BL
import Juvix.Compiler.Tree.Data.InfoTable
import Juvix.Compiler.Tree.Error
import Juvix.Compiler.Tree.Evaluator (EvalError (..), printValue, valueToNode, toTreeError)
import Juvix.Compiler.Tree.Evaluator (EvalError (..), printValue, toTreeError, valueToNode)
import Juvix.Compiler.Tree.Extra.Base
import Juvix.Compiler.Tree.Language hiding (Output, ask, asks, mapError, output, runError)
import Juvix.Compiler.Tree.Language.Value
Expand Down
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Tree/EvaluatorSem.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Control.Exception qualified as Exception
import Juvix.Compiler.Core.Data.BinderList qualified as BL
import Juvix.Compiler.Tree.Data.InfoTable
import Juvix.Compiler.Tree.Error
import Juvix.Compiler.Tree.Evaluator (EvalError (..), printValue, valueToNode, toTreeError)
import Juvix.Compiler.Tree.Evaluator (EvalError (..), printValue, toTreeError, valueToNode)
import Juvix.Compiler.Tree.Extra.Base
import Juvix.Compiler.Tree.Language
import Juvix.Compiler.Tree.Language.Value
Expand Down

0 comments on commit 37869e6

Please sign in to comment.