Skip to content

Generate function stubs #4726

@tothtamas28

Description

@tothtamas28

Generate the declaration for each function symbol.

syntax Int ::= foo ( Int ) [function]

maps to

def foo (x : SortInt) : Option SortInt := sorry

For functions marked total, the Option can be later eliminated, as described under section Totality in #4552.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions