Skip to content

typo in Oct-12.md #1

Description

@hahalps
explicate_effect (WhileLoop cnd body) cont`
=>
goto loop

where
body' = explicate_effect body (goto loop)
loop-body = explciate_effect cnd body' cont

loop:
    loop-body 

should change loop-body to
loop-body = explicate_pred cnd body' cont

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