You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ft): support for block comments in coq (#465)
Block comments are legal in Coq, with the same syntax as line comments
`(*%s*)`. This syntax comes from OCaml, for which block comments are
indeed already specified.
Co-authored-by: Loïc <[email protected]>
0 commit comments