From e3853a9cb2a9a2cffa174d1334e2ca8ba610f151 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 21 Dec 2010 02:36:35 +0100 Subject: Haskell sources moved to src/ to unclutter toplevel --- src/Runnable.hs-boot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/Runnable.hs-boot (limited to 'src/Runnable.hs-boot') diff --git a/src/Runnable.hs-boot b/src/Runnable.hs-boot new file mode 100644 index 0000000..eba90e6 --- /dev/null +++ b/src/Runnable.hs-boot @@ -0,0 +1,8 @@ +{-# LANGUAGE ExistentialQuantification #-} +module Runnable where +import Commands + +data Runnable = forall r . (Exec r,Read r,Show r) => Run r + +instance Read Runnable +instance Exec Runnable -- cgit v1.2.3