Skip to content

Commit

Permalink
regen docs (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Apr 13, 2022
1 parent 3dce6a7 commit d9b5d27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file modified doc/guide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h3 id="zips">Zips</h3>
<p>The syntax is:</p>
<pre><code>, &lt;expr&gt; &lt;expr&gt; &lt;expr&gt;</code></pre>
<p>One could (for instance) calculate population density:</p>
<pre><code>, (%) $5:f $6:f</code></pre>
<pre><code>, (%) $5: $6:</code></pre>
<p>The postfix <code>:</code> parses the column based on inferred type;
here it parses as a float.</p>
<h3 id="scans">Scans</h3>
Expand Down Expand Up @@ -377,7 +377,7 @@ <h4 id="example">Example</h4>
<pre><code>@include&#39;prelude/fn.jac&#39;

fn replace1(re, str, line) :=
let
let
val insert := \line. \str. \ixes.
take (ixes-&gt;1) line + str + drop (ixes-&gt;2) line
in option line (insert line str) (match line re) end;</code></pre>
Expand Down
4 changes: 3 additions & 1 deletion man/ja.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Automatically generated by Pandoc 2.17.1.1
.\" Automatically generated by Pandoc 2.18
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
Expand Down Expand Up @@ -152,6 +152,8 @@ Witherable f :=> f (Option a) -> f a
.PP
\f[B]\[ga]n\f[R] nth field
.PP
\f[B]\[ga]*\f[R] last field
.PP
\f[B]$n\f[R] nth column
.PP
\f[B]{%<pattern>}{<expr>}\f[R] Filtered stream on lines matching
Expand Down

0 comments on commit d9b5d27

Please sign in to comment.