Skip to content

Predef functions show and eqVal not defined #197

@inariksit

Description

@inariksit

I get this error when I try to run code that uses either Predef.show or Predef.eqVal:

Internal error in Compute.Concrete:
    :   In _: Unimplemented predfined operator: Predef.show
OCCURRED IN
show
OCCURRED IN
show Number num
OCCURRED IN
…

Likewise for eqVal:

Internal error in Compute.Concrete:
    :   In _: Unimplemented predfined operator: Predef.eqVal
OCCURRED IN
eqVal
OCCURRED IN
eqVal Case ogCas cas
OCCURRED IN
{p1 : PBool = eqVal Number ogNum num;
 p2 : PBool = eqVal Case ogCas cas}
OCCURRED IN
…

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