Skip to content

Commit 1ed4d13

Browse files
committed
Expr.Types.Annotated: AnnE: add explanation
That is my understanding, it can be wrong (but hey, there were no better there)!
1 parent 46a82e3 commit 1ed4d13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Nix/Expr/Types/Annotated.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ data Ann ann a = Ann
8585
type AnnF ann f = Compose (Ann ann) f
8686

8787
-- | Pattern: @Fix (Compose (Ann _ _))@.
88+
-- Fix composes units of (annotations & the annotated) into one object.
89+
-- Giving annotated expression.
8890
pattern AnnE
8991
:: forall ann (g :: * -> *)
9092
. ann

0 commit comments

Comments
 (0)