Skip to content

Duplicated types NamedX #60

@ggazzi

Description

@ggazzi

Types with the following structure occur in several modules. Indeed, some of those types are exactly the same (NamedRule is a common example.)

type NamedX = (String, X)

This indicates a need for associating names to various entities of the system. Although this is not necessary in theory, it is important for usability. We should make an effort to include names in all necessary entities. While we're at it, we should probably use Text instead of String for names, which should greatly reduce memory consumption.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions