We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6393c0b commit 82c256eCopy full SHA for 82c256e
src/Nix/Expr/Types.hs
@@ -518,7 +518,10 @@ instance TH.Lift NExpr where
518
TH.dataToExpQ
519
(\b ->
520
do
521
- -- Binding on constructor ensures type match and gives type inference to TH
+ -- Binding on constructor ensures type match and gives type inference to TH.
522
+ -- Reflection is the ability of a process to examine, introspect, and modify its own structure and behavior.
523
+ -- Reflection is a key strategy in metaprogramming.
524
+ -- <https://en.wikipedia.org/wiki/Reflective_programming>
525
HRefl <-
526
eqTypeRep
527
(Reflection.typeRep @Text)
0 commit comments