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

Auto-completion does not work with type in sub-module #27

Open
taquangtrung opened this issue Jan 30, 2015 · 0 comments
Open

Auto-completion does not work with type in sub-module #27

taquangtrung opened this issue Jan 30, 2015 · 0 comments
Labels

Comments

@taquangtrung
Copy link
Owner

module Paux = struct

type prover_action_t =
| ACTION_UNFOLD_BASE
| ACTION_UNFOLD_INDUCT
| ACTION_SUBTR_ANTE_CONSEQ
| ACTION_SUBTR_CONSEQ_ANTE
| ACTION_UNK

end;;

Now, outside type Paux.ACTION and press Ctrl+Space, it does not show any suggestion.

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

No branches or pull requests

1 participant