Skip to content
  • Ian Lynagh's avatar
    Add :run and tweak :main · c24bd1bb
    Ian Lynagh authored
    You can now give :main a Haskell [String] as an argument, e.g.
    :main ["foo", "bar"]
    and :run is a variant that takes the name of the function to run.
    Also, :main now obeys the -main-is flag.
    c24bd1bb