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

LSP failed on hover #2519

Open
kant2002 opened this issue Apr 2, 2022 · 0 comments
Open

LSP failed on hover #2519

kant2002 opened this issue Apr 2, 2022 · 0 comments

Comments

@kant2002
Copy link
Contributor

kant2002 commented Apr 2, 2022

Consider this module

module FStar.Preorder

type relation (a : Type) = a -> a -> Type0

let reflexive (#a:Type) (rel:relation a) =
  forall (x:a). rel x x

Hover over relation inside reflective declaration. LSP crash consistently

/home/kant/d/github/fstar/FStar/ulib/FStar.Preorder.fst(22,29-22,37): (Warning 264) Normalization failed with error FStar_Errors.Error(_)

(Warning 282) Expected Z3 version "Z3 version 4.8.5", got "Z3 version 4.8.15 - 64 bit
"
Please download the version of Z3 corresponding to your platform from:
https://github.com/FStarLang/binaries/tree/master/z3-tested
and add the bin/ subdirectory into your PATH

(Error 334) Internal error: incompatible version for universe unification variable ?3: current version is 8.0; got version 2.1
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