Skip to content

Commit

Permalink
Enough to use all Geb: import Juvix.Compiler.Backend.Geb qualified as…
Browse files Browse the repository at this point in the history
… Geb
  • Loading branch information
jonaprieto committed Feb 8, 2023
1 parent 6544c25 commit 7914034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Commands/Dev/Geb/Repl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ runCommand _opts = do
Right (Geb.ExpressionMorphism morphism) -> do
let inferRes = Geb.inferObject' morphism
case inferRes of
Right n -> renderOut (Geb.ppOut Geb.defaultEvaluatorOptions n)
Right obj -> renderOut (Geb.ppOut Geb.defaultEvaluatorOptions obj)
Left err -> printError err
Right _ -> liftIO . putStrLn $ "Geb object has to be a Geb object?"

Expand Down
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Backend/Geb.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ import Juvix.Compiler.Backend.Geb.Evaluator
import Juvix.Compiler.Backend.Geb.Language
import Juvix.Compiler.Backend.Geb.Pretty hiding (group, list)
import Juvix.Compiler.Backend.Geb.Translation
import Juvix.Compiler.Backend.Geb.Translation.FromSource.Analysis.Inference
import Juvix.Compiler.Backend.Geb.Translation.FromSource.Analysis.Inference

0 comments on commit 7914034

Please sign in to comment.