----------------------------------------------------------------------------------------- -- | -- Module : FRP.Yampa.Internals -- Copyright : (c) Antony Courtney and Henrik Nilsson, Yale University, 2003 -- License : BSD-style (see the LICENSE file in the distribution) -- -- Maintainer : nilsson@cs.yale.edu -- Stability : provisional -- Portability : portable -- -- An interface giving access to some of the internal details of the Yampa -- implementation. -- -- Legacy, deprecated module. ----------------------------------------------------------------------------------------- module FRP.Yampa.Internals {-# DEPRECATED "Use FRP.Yampa instead" #-} ( Event(..) ) where import FRP.Yampa.Event