mirror of
https://github.com/bennofs/nix-script
synced 2025-01-10 12:54:20 +01:00
Document type aliases
This commit is contained in:
parent
8f107c011a
commit
5cff3ec2c5
@ -8,9 +8,13 @@ import System.Environment (lookupEnv, getProgName, getArgs)
|
|||||||
import System.Process (callProcess)
|
import System.Process (callProcess)
|
||||||
import System.Posix.Escape.Unicode (escapeMany)
|
import System.Posix.Escape.Unicode (escapeMany)
|
||||||
|
|
||||||
|
-- | Enviroment variables
|
||||||
type Env = [String]
|
type Env = [String]
|
||||||
|
|
||||||
|
-- | Program arguments
|
||||||
type Args = [String]
|
type Args = [String]
|
||||||
|
|
||||||
|
-- | interpreter name and arguments
|
||||||
type Inter = (String, Args)
|
type Inter = (String, Args)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user