Skip to content

Defined type constraint not in scope for parameter constraint #1370

@rybla

Description

@rybla

#1363

In the following example, Cryptol complains that Type not in scope: C on the line with type constraint (C n).

module Lib where

type constraint C m = 0 <= m

parameter
  type n : #
  type constraint (C n)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething not working correctly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions