Skip to content

Webapp: refined database IDs (e.g., DatabaseIdentifier Serial Natural) #30

Description

@jaggederest

In the example webapp, use refined database identifiers instead of plain Natural for todo item IDs.

Example: DatabaseIdentifier Serial Natural — a type that captures:

  • The identifier is from a database
  • It's a serial/auto-increment type
  • The underlying representation is Natural

Demonstrates practical use of refinement types for domain modeling in a realistic application context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions