package comby-kernel

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

Source file ast.ml

1
2
3
4
5
open Types.Ast

let (=) left right = Equal (left, right)

let (<>) left right = Not_equal (left, right)
OCaml

Innovation. Community. Security.