X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/a49a9bfbe03214c68d029fe856a56006267bc8a3..2c4e2cf316247e988b50b148a40d7c2ac7dc482d:/src/compat_mlton.sml diff --git a/src/compat_mlton.sml b/src/compat_mlton.sml index 5b52b14..06aa3a3 100644 --- a/src/compat_mlton.sml +++ b/src/compat_mlton.sml @@ -19,3 +19,9 @@ structure Compat : COMPAT = struct structure Char = MLRep.Char.Unsigned end + +val _ = let + open MLton.Signal +in + setHandler (Posix.Signal.pipe, Handler.ignore) +end