Skip to content

input from coqdoc fails to handle coqdoc-comments in the middle of tactics #19

@palmskog

Description

@palmskog

Original report by Jason Gross (Bitbucket: jasongross9, ).


The coqdoc reader seems to assume that a coqdoc comment automatically terminates a statement. This is not always the case, as

#!coq
Ltac foo := (** do x *) x.

is valid. This will break the rest of the file, as [foo] will not be defined for subsequent commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmajor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions