Re: [Haskell-cafe] introspection | meta data

5 Aug
2004
5 Aug
'04
12:14 p.m.
Introspection in Haskell is provided by the Data.Generics module.
The difference between the Data.Typeable and HList approach is that Generics use run-time information to make choises, HLists use the type system to make static guarantes. You can actually combine the two quite nicely and end up with statically constrained dynamics (or Stanamics as Ralf calls them) ... That is a dynamic opaque container constrained to contain only a certain group of types statically! Keean.
7597
Age (days ago)
7597
Last active (days ago)
0 comments
1 participants
participants (1)
-
MR K P SCHUPKE