This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e59f5521a0
ocaml
/
parsing
/
longident.mli
6 lines
97 B
OCaml
Raw
Blame
History
(*
Long identifiers, used in parsetree.
*)
type
t
=
Lident
of
string
|
Ldot
of
t
*
string
Reference in New Issue
View Git Blame
Copy Permalink