Skip to content

Problem: Inductive representations are not as compact as they could be #48

@winston-h-zhang

Description

@winston-h-zhang

Currently, the generated code contains the inductive name as the head of each constructor, i.e. ("Bool" 0). This is really inefficient and could be removed for good speedup. However, the named version is helpful for debugging, so the best way to add this optimization is probably as a setting, where the user can choose to enable named/nameless representations.

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