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

Wrong error locations when using unicode characters #258

Open
fblanqui opened this issue Jan 4, 2022 · 0 comments
Open

Wrong error locations when using unicode characters #258

fblanqui opened this issue Jan 4, 2022 · 0 comments

Comments

@fblanqui
Copy link
Member

fblanqui commented Jan 4, 2022

With

Set : Type.
Prop : Type.
def El : ({|_|} : Set -> Type).
def Prf : ({|_|} : Prop -> Type).
o : Set.
[] El o --> Prop.
{|∀|} : (x : Set -> ({|_|} : ({|_|} : (El x) -> (El o)) -> Prop)).
[v0_X, v1_P] Prf (({|∀|} (v0_X)) (v1_P)) --> (x : (El v0_X) -> (Prf (v1_P x))).

I get:

[ERROR CODE:702]  [tmp/stack.dk] [line:8 column:35] 
Parsing error: Unexpected token '('.

In Emacs, the character 35 is '1'.
This is probably due to the fact that Dedukti does not handle Unicode characters.

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

1 participant