Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verbatim -> coq for coq code #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

verbatim -> coq for coq code #1

wants to merge 1 commit into from

Conversation

CohenCyril
Copy link
Collaborator

@CohenCyril CohenCyril commented Feb 14, 2020

@gares this is really strange: although replacing verbatim << ... >> with [[ ... ]] beautifies quoted coq code, it also breaks multiline code (e.g. below)

is equivalent to:

<<
[[
Definition 〈name〉 (〈argname〉 : 〈type1〉) : 〈type2〉 -> 〈type3〉 := fun 〈argname〉 => 〈body〉.
Definition 〈name〉 (〈argname〉 : 〈type1〉) (〈argname〉 : 〈type2〉) : 〈type3〉 := 〈body〉.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant