package fmlib

  1. Overview
  2. Docs
Functional monadic library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
sha256=0558665285e4d7691e5a80c90ab05a7acb86c09f03ceef6589f150f6d3574573
md5=fb61f4d6e7233cf8d1d71758e6110c1e

doc/fmlib.fmlib_parse/Fmlib_parse/Located/index.html

Module Fmlib_parse.LocatedSource

A parsing construct located within a file.

Sourcetype 'a t
Sourceval make : Position.range -> 'a -> 'a t

make range object Make object located in range.

Sourceval value : 'a t -> 'a

value loc The located object.

Sourceval start : 'a t -> Position.t

start loc The start position of the located object loc.

Sourceval _end : 'a t -> Position.t

_end loc The end position of the located object loc.

Sourceval range : 'a t -> Position.range

range loc The pair consisting of start position and end position of the located object loc.

OCaml

Innovation. Community. Security.