Skip to content

Commit 99e3f93

Browse files
author
Steve Krouse
committed
fixed LaTeX link
1 parent 6bff7c5 commit 99e3f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

papers/comprehensible-frp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: Explicitly Comprehensible Functional Reactive Programming
44

55
# Explicitly Comprehensible Functional Reactive Programming
66

7+
This paper was submitted to REBLS 2018. You can see [the submitted PDF version of this paper here](./comprehensible-frp.pdf). The [full LaTex for the paper can be found here](https://github.com/stevekrouse/futureofcoding.org/tree/master/papers/comprehensible-frp/LaTeX).
8+
79
* TOC
810
{: toc }
911

10-
This paper was submitted to REBLS 2018. You can see [the submitted PDF version of this paper here](./comprehensible-frp.pdf). The [full LaTex for the paper can be found here](https://github.com/stevekrouse/futureofcoding.org/tree/master/papers/comprehensible-frp/LaTex).
11-
1212
## Abstract
1313

1414
Functional Reactive programs written in The Elm Architecture are difficult to comprehend without reading every line of code. A more modular architecture would allow programmers to understand a small piece without reading the entire application. This paper shows how higher-order and cyclic streams, as demonstrated via the Reflex library, can improve comprehensibility.

0 commit comments

Comments
 (0)