Skip to content

Commit

Permalink
Re-export other decl dependency methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Sep 12, 2023
1 parent 1fc3ded commit aebfa12
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion parser-typechecker/src/Unison/DataDeclaration/Dependencies.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
module Unison.DataDeclaration.Dependencies (labeledDeclDependenciesIncludingSelfAndFieldAccessors) where
module Unison.DataDeclaration.Dependencies
( -- Too many variants of decl dependencies. Read carefully to choose the right one.
DD.declTypeDependencies,
DD.typeDependencies,
DD.labeledTypeDependencies,
DD.labeledDeclTypeDependencies,
DD.labeledDeclDependenciesIncludingSelf,
labeledDeclDependenciesIncludingSelfAndFieldAccessors,
)
where

import Control.Lens
import Data.Map qualified as Map
Expand Down

0 comments on commit aebfa12

Please sign in to comment.