Lastik-0.6.3: A library for compiling programs in a variety of languages

System.Build.Command

Description

Abstraction on executable commands.

Documentation

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.