diff options
Diffstat (limited to 'src/Process.hs-boot')
-rw-r--r-- | src/Process.hs-boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Process.hs-boot b/src/Process.hs-boot new file mode 100644 index 0000000..7ddb5ea --- /dev/null +++ b/src/Process.hs-boot @@ -0,0 +1,4 @@ +module Process where + +data Process +data ProcName |