Format InterpWindowEvents.hs

This commit is contained in:
CrystalSplitter 2024-11-15 20:34:13 -08:00 committed by CrystalJRAW
parent b1c47f2e25
commit d1c30f7037

View File

@ -1,8 +1,10 @@
{-# LANGUAGE BlockArguments #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedRecordDot #-}
module Ghcitui.Brick.InterpWindowEvents where
module Ghcitui.Brick.InterpWindowEvents
( handleInterpreterEvent
, handleInterpWindowPostCb
) where
import qualified Brick.BChan as B
import qualified Brick.Main as B