From f4be4c32d0ed448606e4282a495a8fbaa2b70ed7 Mon Sep 17 00:00:00 2001 From: JonathanILevi <35940342+JonathanILevi@users.noreply.github.com> Date: Mon, 3 Jun 2019 19:24:30 -0500 Subject: [PATCH] Fix broken links. --- Control/FRPNow.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Control/FRPNow.hs b/Control/FRPNow.hs index aef0b3b..fef7326 100644 --- a/Control/FRPNow.hs +++ b/Control/FRPNow.hs @@ -9,12 +9,12 @@ -- -- An FRP library with first-class and higher-order behaviors, and internalized IO. -- --- Based on the paper , ICFP 2015, by Atze van der Ploeg and Koenem Claessem. +-- Based on the paper , ICFP 2015, by Atze van der Ploeg and Koenem Claessem. -- -- The packages @FRPNow-GTK@ and @FRPNow-Gloss@ hook up FRPNow to GUI toolkits via the functions 'Control.FRPNow.GTK.runNowGTK' and 'Control.FRPNow.Gloss.runNowGloss' -- -- --- To understand what is going on, I suggest you look at the , and read section 1-5 of the . +-- To understand what is going on, I suggest you look at the , and read section 1-5 of the . -- -- The package contains the following modules: --