Skip to content

Preconditions on arguments don't satisfy subsequent calls with the same precondition #694

Closed
@brson

Description

@brson
pred p(int i) -> bool { true }

fn f(int i) : p(i) -> int { i }

fn g(int i) : p(i) -> int { f(i) }

Function g doesn't typecheck because the precondition on f isn't satisfied. I would expect this to work, otherwise I can't push the responsibility for satisfying preconditions up the call stack.

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