package patdiff

  1. Overview
  2. Docs

Source file import.ml

1
2
3
4
5
6
7
open! Core
module Patience_diff = Patience_diff_lib.Std.Patience_diff

let error_message_start ~file ~line =
  String.concat
    [ "File \""; file; "\", line "; line |> Int.to_string; ", characters 0-1:" ]
;;
OCaml

Innovation. Community. Security.