Lastik-0.7.0: A library for compiling programs in a variety of languages
System.Build.Command
Description
Abstraction on executable commands.
class Command c whereSource
Methods
command :: c -> IO StringSource
Determines the executable command for a value. Since this is in IO it may use environment variables.
IO
Instances