package morsmall

  1. Overview
  2. Docs
A concise AST for POSIX shell

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=0882ae5bb8e4ade3749c1d3f45df85ff
sha512=f0aeac41022b06879e92bf864217f7fa1e63deb8815d8bb98bac89ae2146fdeb1eeb118049c143aac0ec2cdddffe8a7038f5042385ef786c9228be0bda3c1b18

doc/morsmall/Morsmall/Location/index.html

Module Morsmall.LocationSource

Sourcetype lexing_position = Morbig.CST.lexing_position = {
  1. pos_fname : string;
  2. pos_lnum : int;
  3. pos_bol : int;
  4. pos_cnum : int;
}
Sourcetype position = Morbig.CST.position = {
  1. start_p : lexing_position;
  2. end_p : lexing_position;
}
Sourcetype 'a located = 'a Morbig.CST.located = {
  1. value : 'a;
  2. position : position;
}
Sourceval equal_located : 'a. ('a -> 'a -> Ppx_deriving_runtime.bool) -> 'a located -> 'a located -> Ppx_deriving_runtime.bool
Sourceval dummily_located : 'a -> 'a located
Sourceval on_located : ('a -> 'b) -> 'a located -> 'b
OCaml

Innovation. Community. Security.