Skip to content

Commit 6bf63fe

Browse files
committed
Author version.
1 parent 09fe5e2 commit 6bf63fe

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

intro.tex

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,13 @@ \section{Introduction}
5555
user can limit the string length or the number of generated strings
5656
without risking partiality.
5757

58-
Source code for implementations in Haskell and in OCaml is available
59-
on GitHub. Examples can be run in a Web App.\footnote{%
60-
The Web App is available at
61-
\url{https://regex-generate.github.io/regenerate/}.}. Although
58+
Source code for implementations in Haskell\footnote{
59+
\url{https://github.com/peterthiemann/re-generate}
60+
}
61+
and in OCaml\footnote{%
62+
\url{https://github.com/regex-generate/regenerate}} is available
63+
on GitHub. Examples can be run in a Web App\footnote{%
64+
\url{https://regex-generate.github.io/regenerate/}}. Although
6265
not tuned for efficiency they generate languages at a rate
6366
between $1.3\cdot10^3$ and $1.4\cdot10^6$ strings per second, for
6467
Haskell, and up to $3.6\cdot10^6$ strings per second, for OCaml. The

main.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
\newif\ifsubmit
22
\submitfalse
33
%% 12 pp + bib
4-
\documentclass[sigplan,authorversion]{acmart}%
5-
\settopmatter{printfolios=true,printccs=false,printacmref=false}
4+
\documentclass[sigplan,screen,authorversion]{acmart}%
65

76
% Encoding and lang
87
\usepackage[T1]{fontenc}
@@ -157,7 +156,6 @@
157156
% \begin{acks}
158157
% \end{acks}
159158

160-
\clearpage
161159
\bibliography{biblio}
162160

163161
% \appendix

0 commit comments

Comments
 (0)