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