package fmlib
Functional monadic library
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.0.tar.gz
sha256=0558665285e4d7691e5a80c90ab05a7acb86c09f03ceef6589f150f6d3574573
md5=fb61f4d6e7233cf8d1d71758e6110c1e
doc/src/fmlib.fmlib_parse/located.ml.html
Source file located.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
type 'a t = Position.range * 'a let make (r: Position.range) (a: 'a): 'a t = r, a let range (loc: 'a t): Position.range = fst loc let value (loc: 'a t): 'a = snd loc let start (loc: 'a t): Position.t = fst (fst loc) let _end (loc: 'a t): Position.t = snd (fst loc)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>