package ecaml

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

Source file import.ml

1
2
3
4
5
6
7
open! Core_kernel

let concat = String.concat
let eprint_s = Core_kernel.Debug.eprint_s

(* included last so it can't be shadowed *)
include Int.Replace_polymorphic_compare
OCaml

Innovation. Community. Security.