-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enough to use all Geb: import Juvix.Compiler.Backend.Geb qualified as…
… Geb
- Loading branch information
1 parent
7798c1d
commit 016cadd
Showing
5 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
module Juvix.Compiler.Backend.Geb (module Juvix.Compiler.Backend.Geb.Language, module Juvix.Compiler.Backend.Geb.Translation) where | ||
module Juvix.Compiler.Backend.Geb | ||
( module Juvix.Compiler.Backend.Geb.Language, | ||
module Juvix.Compiler.Backend.Geb.Translation, | ||
module Juvix.Compiler.Backend.Geb.Evaluator, | ||
module Juvix.Compiler.Backend.Geb.Pretty, | ||
module Juvix.Compiler.Backend.Geb.Translation.FromSource.Analysis.Inference, | ||
) | ||
where | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ where | |
|
||
import Juvix.Compiler.Core.Data.BinderList | ||
|
||
type Context a = BinderList a | ||
type Context a = BinderList a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters