mps-2009.7.4: OO duck syntaxSource codeContentsIndex
MPS.Extra
Documentation
p_eval' :: [a] -> [a]Source
p_eval :: [a] -> [a]Source
p_reduce' :: (a -> a -> a) -> [a] -> aSource
p_reduce :: (a -> a -> a) -> [a] -> aSource
p_map' :: (a -> b) -> [a] -> [b]Source
p_map :: (a -> b) -> [a] -> [b]Source
p_split_to :: Int -> [t] -> [[t]]Source
p_map_reduce_to :: Int -> ([a] -> b) -> (b -> b -> b) -> [a] -> bSource
p_map_reduce :: ([a] -> b) -> (b -> b -> b) -> [a] -> bSource
date :: Integer -> Int -> Int -> DaySource
splash_date :: Day -> (Integer, Int, Int)Source
split :: String -> String -> [String]Source
split' :: String -> [String]Source
sub :: String -> String -> String -> StringSource
gsub :: String -> String -> String -> StringSource
type RegexResult = (String, (String, String))Source
type MatchList = [(Int, String)]Source
match :: String -> String -> Maybe (RegexResult, MatchList)Source
strip :: String -> StringSource
empty :: String -> BoolSource
collapse :: (Integral a, Num b) => [a] -> bSource
base :: Integral a => a -> a -> StringSource
snake_case :: String -> StringSource
camel_case :: String -> StringSource
purify :: IO a -> aSource
ls :: String -> IO [String]Source
file_size :: String -> IO IntegerSource
file_mtime :: String -> IO UTCTimeSource
read_binary_file :: String -> IO StringSource
get_permissions :: String -> IO PermissionsSource
get_current_directory :: IO StringSource
now :: IO UTCTimeSource
format_time :: String -> UTCTime -> StringSource
filter_comment :: String -> StringSource
u2b :: String -> StringSource
b2u :: String -> StringSource
Produced by Haddock version 2.4.2