From 2256c242ba6b4d914f65edb41eebde8f60ae7956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Tue, 16 Apr 2024 15:13:56 +0200 Subject: [PATCH] Formatting --- rhine/src/FRP/Rhine/Reactimation/ClockErasure.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rhine/src/FRP/Rhine/Reactimation/ClockErasure.hs b/rhine/src/FRP/Rhine/Reactimation/ClockErasure.hs index 980e4547..7f9caeaf 100644 --- a/rhine/src/FRP/Rhine/Reactimation/ClockErasure.hs +++ b/rhine/src/FRP/Rhine/Reactimation/ClockErasure.hs @@ -3,8 +3,7 @@ {-# LANGUAGE GADTs #-} {-# LANGUAGE TupleSections #-} -{- | -Translate clocked signal processing components to stream functions without explicit clock types. +{- | Translate clocked signal processing components to stream functions without explicit clock types. This module is not meant to be used externally, and is thus not exported from 'FRP.Rhine'.