packages feed

workflow-types-0.0.0: sources/Workflow/Example.hs

{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
module Workflow.Example where
import Workflow.Core
import qualified Workflow.Parser

{-
stack build && stack exec -- workflow-types-example
-}

main = do
  print $ readEmacsKeySequence "H-S-t H-l"  -- "re-open tab", then "jump to url bar"