diff options
Diffstat (limited to 'cokiki.hs')
-rw-r--r-- | cokiki.hs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -248,8 +248,3 @@ sshIsDirective d ls = | |||
248 | isSpaceTok b = isSpace $ L8.head b | 248 | isSpaceTok b = isSpace $ L8.head b |
249 | 249 | ||
250 | 250 | ||
251 | #if !MIN_VERSION_base(4,7,0) | ||
252 | bool :: a -> a -> Bool -> a | ||
253 | bool f _ False = f | ||
254 | bool _ t True = t | ||
255 | #endif | ||