From 6642554f893a4856b3986b807506ce272fccc795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Hangh=C3=B8j=20Iversen?= Date: Tue, 4 Jun 2019 10:11:54 +0200 Subject: [PATCH] Update FRPNow.hs --- Control/FRPNow.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/FRPNow.hs b/Control/FRPNow.hs index aef0b3b..9da48d4 100644 --- a/Control/FRPNow.hs +++ b/Control/FRPNow.hs @@ -9,7 +9,7 @@ -- -- 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' --