package comby-kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file comby_kernel.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
35
36
37
38
39
40
41
42
43
module Match = Match
type match' = Match.t

module Replacement = Replacement
type replacement = Replacement.result

module Matchers = struct

  module Engine = Matchers.Engine
  module Language = Matchers.Language

  module Matcher = Matchers.Matcher

  module Configuration = Matchers.Configuration
  type configuration = Configuration.t

  module Hole = Matchers.Hole

  module Metasyntax = Matchers.Metasyntax
  type metasyntax = Matchers.Metasyntax.t

  module External = Matchers.External

  module Alpha = Matchers.Alpha
  module Omega = Matchers.Omega

  module Languages = Matchers.Languages

  module Template = Matchers.Template

  module Ast = Matchers.Ast

  module Rule = struct
    include Matchers.Rule
    include Matchers.Evaluate
  end
  type rule = Rule.t

  module Specification = Matchers.Specification
  type specification = Specification.t

  module Rewrite = Matchers.Rewriter
end
OCaml

Innovation. Community. Security.