Skip to content

Printing of hypothesis in Vscoq2 #546

Closed
@thery

Description

@thery

There seems to be a change in the indentation for assumption

in vscoq1 :

F1: forall (n : Z) (x : R),
    IZR n <= x < IZR (n + 1) -> Zfloor x = n

in vscoq 2:

F1: forall (n : Z) (x : R),
IZR n <= x < IZR (n + 1) -> Zfloor x = n

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions