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.