Skip to content

Stack scheme mistake in type-execution #29

@cushionbadak

Description

@cushionbadak

Bug Report

MI_mem should consume two elements, not one.

Symptom

  • ...

Scenario and Screenshot

MicSE/lib/te.ml

Line 107 in d5a27c4

| MI_mem -> gdc MT_bool :: tl st

It should be replaced into | MI_mem -> gdc MT_bool :: tl (tl st)
...

Plan

  • ...

Reference

  • ...

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