You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old non-monadic typeOf could not access types defined by the user via typedef since these are only available inside MonadModuleBuilder. The new monadic typeOf works correctly with user defined types, for example, the typeOf a NamedTypeReference is the referent type, not just the name. However, this means that llvm-hs-pretty needs an update to thread the monadic context through the pretty-printing code.
The text was updated successfully, but these errors were encountered:
The old non-monadic
typeOf
could not access types defined by the user viatypedef
since these are only available insideMonadModuleBuilder
. The new monadictypeOf
works correctly with user defined types, for example, thetypeOf
a NamedTypeReference is the referent type, not just the name. However, this means that llvm-hs-pretty needs an update to thread the monadic context through the pretty-printing code.The text was updated successfully, but these errors were encountered: