Skip to content

Update llvm-hs-pretty to use the new monadic typeOf machinery in llvm-hs #86

Open
@andrew-wja

Description

@andrew-wja

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions