Copyright | (c) Ivan Perez 2017-2022 |
---|---|
License | BSD-style (see the LICENSE file in the distribution) |
Maintainer | ivan.perez@keera.co.uk |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Debug FRP networks by inspecting their behaviour inside.
Synopsis
- traceSF :: Show a => SF a a
- traceSFWith :: (a -> String) -> SF a a
- traceSFWithIO :: (a -> IO b) -> SF a a