package merlin-lib
Merlin's libraries
Install
Dune Dependency
Authors
Maintainers
Sources
merlin-4.16-501.tbz
sha256=da5bf309b040645c292ae4572cc6a0a700dbd2bcfc996ac13c8e5c3836c21e26
sha512=99eba17b2bdec5411d239093f4e8e11ada79b2b84ae88074a1b46e47eb836bbf8cb7836c472c22e7f9e68cff1b9ea6d9b9989b70055c3277edb4cddc4a86460c
doc/src/merlin-lib.analysis/namespace.ml.html
Source file namespace.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
type t = [ | `Vals | `Type | `Constr | `Mod | `Modtype | `Functor | `Labels | `Unknown | `Apply ] let to_tag_string = function | `Mod -> "" | `Functor -> "[functor]" | `Labels -> "[label]" | `Constr -> "[cstr]" | `Type -> "[type]" | `Vals -> "[val]" | `Modtype -> "[Mty]" | `Unknown -> "[?]" | `Apply -> "[functor application]" let to_string = function | `Mod -> "(module) " | `Functor -> "(functor)" | `Labels -> "(label) " | `Constr -> "(constructor) " | `Type -> "(type) " | `Vals -> "(value) " | `Modtype -> "(module type) " | `Unknown -> "(unknown)" | `Apply -> "(functor application)"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>