From b71913df7945838de8526f4019ecdcba6afe6d28 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 30 Apr 2016 10:44:13 -0400 Subject: jessie build fixes --- lib/CommandLine.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/CommandLine.hs b/lib/CommandLine.hs index 62f0315..55b77b3 100644 --- a/lib/CommandLine.hs +++ b/lib/CommandLine.hs @@ -48,7 +48,7 @@ type MergeData = [(Int,Ordering)] -- | Expr a -- data Expr a where - -- | Prim + -- Prim -- -- Takes a function from the option arguments and unamed arguments repsectively to -- a value of type a, usually IO (), and gives you an expression tree. As one @@ -57,13 +57,13 @@ data Expr a where -- where we are in the tree. -- Prim :: ([[String]] -> [String] -> a) -> Interval (SuperOrd Int) -> Expr a - -- | Star + -- Star -- Applicative '<*>' Star :: MergeData -> Expr (b -> a) -> (Expr b) -> Expr a - -- | Or + -- Or -- Alternative '<|>' Or :: MergeData -> Expr a -> Expr a -> Expr a - -- | Empty + -- Empty -- Alternative empty Empty :: Expr a -- cgit v1.2.3