OCaml: Rename Qol module to Utilities.Aliases
This commit is contained in:
parent
b90c49eb03
commit
fab7e2425a
4 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
open Qol
|
||||
open Utilities.Aliases
|
||||
|
||||
type version = { major: int; minor: int; patch: int }
|
||||
type help = { short: string; long: string }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
open Qol
|
||||
open Utilities.Aliases
|
||||
|
||||
let run (command: string) (arguments: string list) =
|
||||
match Unix.fork () with
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
open Qol
|
||||
open Utilities.Aliases
|
||||
|
||||
type output = { output: string; error: string; status: string; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue