Plain source file: hsrc/fudgets/BellF.hs (1999-07-09)
Related manual pages: bellF
BellF is imported by: GuiElems.
module BellF where import NullF(getF,putF) import Command import Xcommand bellF = getF $ \ x -> xcommandF (Bell 0) $ putF x $ bellF