#3446: Library enhancement request: Data.Maybe.justIf
------------------------------+---------------------------------------------
 Reporter:  nomeata           |          Owner:                  
     Type:  feature request   |         Status:  new             
 Priority:  normal            |      Milestone:                  
Component:  libraries/base    |        Version:  6.10.4          
 Severity:  normal            |     Resolution:                  
 Keywords:                    |       Testcase:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
------------------------------+---------------------------------------------
Comment (by nomeata):

 Of course it should say
 {{{
 justIf :: a -> Bool -> Maybe a
 justIf x True = Just x
 justIf x False = Nothing

 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3446#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to