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' --