1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-22 06:11:36 +03:00
juvix/app/Commands/Dev/Runtime.hs

10 lines
284 B
Haskell
Raw Normal View History

2022-11-03 11:38:09 +03:00
module Commands.Dev.Runtime where
import Commands.Base
import Commands.Dev.Runtime.Compile as Compile
import Commands.Dev.Runtime.Options
runCommand :: forall r. (Members '[Embed IO, App] r) => RuntimeCommand -> Sem r ()
2022-11-03 11:38:09 +03:00
runCommand = \case
Compile opts -> Compile.runCommand opts