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

Isabelle/ML snippet syntax problem #15

Closed
makarius opened this issue Jun 16, 2016 · 2 comments
Closed

Isabelle/ML snippet syntax problem #15

makarius opened this issue Jun 16, 2016 · 2 comments

Comments

@makarius
Copy link

Trying to work with Isabelle/ML, I've produced an external file like this:

theory Test_ML
imports Main
begin

ML ‹
(** begin #isabelle-ml *)
(** end #isabelle-ml *)
›

end

This does not quite work: the system prints some undefined things and produces non-sense.

Admittedly, this approach stretches the meta-comment feature a bit far.

@martinring
Copy link
Owner

This is related to #14, ML is disabled.

The issue with cobra here is, that it doesn't work with empty snippets right now. It should at least not produce nonsense, when using this:

theory Test_ML
imports Main
begin

ML(** begin #isabelle-ml *)

(** end #isabelle-ml *)end

@martinring
Copy link
Owner

Part of #16

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

No branches or pull requests

2 participants