Skip to content

Commit

Permalink
Remove the AstBindings abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Mar 31, 2024
1 parent 616fb1c commit 1c4be3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/HordeAd/Core/Ast.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module HordeAd.Core.Ast
AstSpanType(..), AstSpan(..), sameAstSpan
-- * Assorted small definitions
, AstInt, IntVarName, pattern AstIntVar, isRankedInt
, AstBindings
-- * More and less typed variables and type synonyms containing them
, AstVarName(..), varNameToAstVarId
, AstArtifactRev, AstArtifactFwd
Expand Down Expand Up @@ -124,8 +123,6 @@ isRankedInt _ = case ( sameAstSpan @s @PrimalSpan
(Just Refl, Just Refl, Just Refl) -> Just Refl
_ -> Nothing

type AstBindings = AstBindingsD (AstRanked PrimalSpan)


-- * More and less typed variables and type synonyms containing them

Expand Down

0 comments on commit 1c4be3a

Please sign in to comment.