mirror of
https://github.com/bennofs/nix-script
synced 2025-01-10 04:44:21 +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.Posix.Escape.Unicode (escapeMany)
|
||||
|
||||
|
||||
-- | Enviroment variables
|
||||
type Env = [String]
|
||||
|
||||
-- | Program arguments
|
||||
type Args = [String]
|
||||
|
||||
-- | interpreter name and arguments
|
||||
type Inter = (String, Args)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user