This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>InferBase__FileDiff (InferBase.InferBase__FileDiff)</title><linkrel="stylesheet"href="../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../index.html">InferBase</a>» InferBase__FileDiff</nav><h1>Module <code>InferBase__FileDiff</code></h1></header><divclass="spec module"id="module-UnixDiff"><ahref="#module-UnixDiff"class="anchor"></a><code><spanclass="keyword">module</span><ahref="UnixDiff/index.html">UnixDiff</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><divclass="spec module"id="module-VISIBLE_FOR_TESTING_DO_NOT_USE_DIRECTLY"><ahref="#module-VISIBLE_FOR_TESTING_DO_NOT_USE_DIRECTLY"class="anchor"></a><code><spanclass="keyword">module</span><ahref="VISIBLE_FOR_TESTING_DO_NOT_USE_DIRECTLY/index.html">VISIBLE_FOR_TESTING_DO_NOT_USE_DIRECTLY</a> : <spanclass="keyword">sig</span> ... <spanclass="keyword">end</span></code></div><dl><dtclass="spec value"id="val-parse_unix_diff"><ahref="#val-parse_unix_diff"class="anchor"></a><code><spanclass="keyword">val</span> parse_unix_diff : string <span>-></span><span>int list</span></code></dt><dd><p>Given a difference between two files, return the relevant lines in the new file; a line is relevant when a change took place in it, or nearby. To generate a valid input for this parser, use unix-diff command with the following formatter arguments: diff --unchanged-line-format="U" --old-line-format="O" --new-line-format="N" File1 File2</p></dd></dl></div></body></html>