Skip to content

Commit

Permalink
Define a module for an evaluator.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Oct 19, 2020
1 parent 8915f56 commit 39bc138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions facet.cabal
Expand Up @@ -43,6 +43,7 @@ library
Facet.Core
Facet.Elab
Facet.Env
Facet.Eval
Facet.Name
Facet.Parser
Facet.Parser.Table
Expand Down
2 changes: 2 additions & 0 deletions src/Facet/Eval.hs
@@ -0,0 +1,2 @@
module Facet.Eval
() where

0 comments on commit 39bc138

Please sign in to comment.