Safe HaskellNone

MAlonzo.Code.Data.List.Base

Documentation

d_map_22 :: T_Level_14 -> () -> T_Level_14 -> () -> (AgdaAny -> AgdaAny) -> [AgdaAny] -> [AgdaAny] Source #

d_mapMaybe_32 :: T_Level_14 -> () -> T_Level_14 -> () -> (AgdaAny -> Maybe AgdaAny) -> [AgdaAny] -> [AgdaAny] Source #

d_alignWith_112 :: T_Level_14 -> () -> T_Level_14 -> () -> T_Level_14 -> () -> (T_These_38 -> AgdaAny) -> [AgdaAny] -> [AgdaAny] -> [AgdaAny] Source #

d_zipWith_132 :: T_Level_14 -> () -> T_Level_14 -> () -> T_Level_14 -> () -> (AgdaAny -> AgdaAny -> AgdaAny) -> [AgdaAny] -> [AgdaAny] -> [AgdaAny] Source #

d_zip_210 :: T_Level_14 -> () -> T_Level_14 -> () -> [AgdaAny] -> [AgdaAny] -> [T_Σ_14] Source #

d_merge_220 :: T_Level_14 -> () -> T_Level_14 -> (AgdaAny -> AgdaAny -> ()) -> (AgdaAny -> AgdaAny -> T_Dec_32) -> [AgdaAny] -> [AgdaAny] -> [AgdaAny] Source #

d_null_274 :: T_Level_14 -> () -> [AgdaAny] -> Bool Source #

d_and_280 :: [Bool] -> Bool Source #

d_or_282 :: [Bool] -> Bool Source #

d_any_284 :: T_Level_14 -> () -> (AgdaAny -> Bool) -> [AgdaAny] -> Bool Source #

du_any_284 :: (AgdaAny -> Bool) -> [AgdaAny] -> Bool Source #

d_all_288 :: T_Level_14 -> () -> (AgdaAny -> Bool) -> [AgdaAny] -> Bool Source #

du_all_288 :: (AgdaAny -> Bool) -> [AgdaAny] -> Bool Source #

d_sum_292 :: [Integer] -> Integer Source #

d_product_294 :: [Integer] -> Integer Source #

d_length_296 :: T_Level_14 -> () -> [AgdaAny] -> Integer Source #

du_length_296 :: [AgdaAny] -> Integer Source #

d_replicate_306 :: T_Level_14 -> () -> Integer -> AgdaAny -> [AgdaAny] Source #

d_applyUpTo_380 :: T_Level_14 -> () -> (Integer -> AgdaAny) -> Integer -> [AgdaAny] Source #

du_applyUpTo_380 :: (Integer -> AgdaAny) -> Integer -> [AgdaAny] Source #

d_applyDownFrom_388 :: T_Level_14 -> () -> (Integer -> AgdaAny) -> Integer -> [AgdaAny] Source #

du_applyDownFrom_388 :: (Integer -> AgdaAny) -> Integer -> [AgdaAny] Source #

d_tabulate_400 :: T_Level_14 -> () -> Integer -> (T_Fin_6 -> AgdaAny) -> [AgdaAny] Source #

du_tabulate_400 :: Integer -> (T_Fin_6 -> AgdaAny) -> [AgdaAny] Source #

d_upTo_422 :: Integer -> [Integer] Source #

d_downFrom_424 :: Integer -> [Integer] Source #

d_allFin_428 :: Integer -> [T_Fin_6] Source #

d_unfold_440 :: T_Level_14 -> T_Level_14 -> () -> (Integer -> ()) -> (Integer -> AgdaAny -> Maybe T_Σ_14) -> Integer -> AgdaAny -> [AgdaAny] Source #

du_unfold_440 :: (Integer -> AgdaAny -> Maybe T_Σ_14) -> Integer -> AgdaAny -> [AgdaAny] Source #

d_head_486 :: T_Level_14 -> () -> [AgdaAny] -> Maybe AgdaAny Source #

d_tail_490 :: T_Level_14 -> () -> [AgdaAny] -> Maybe [AgdaAny] Source #

d_last_494 :: T_Level_14 -> () -> [AgdaAny] -> Maybe AgdaAny Source #

d_take_500 :: T_Level_14 -> () -> Integer -> [AgdaAny] -> [AgdaAny] Source #

du_take_500 :: Integer -> [AgdaAny] -> [AgdaAny] Source #

d_drop_512 :: T_Level_14 -> () -> Integer -> [AgdaAny] -> [AgdaAny] Source #

du_drop_512 :: Integer -> [AgdaAny] -> [AgdaAny] Source #

d_splitAt_524 :: T_Level_14 -> () -> Integer -> [AgdaAny] -> T_Σ_14 Source #

d_filter_608 :: T_Level_14 -> () -> T_Level_14 -> (AgdaAny -> ()) -> (AgdaAny -> T_Dec_32) -> [AgdaAny] -> [AgdaAny] Source #

d_InitLast_828 :: p1 -> p2 -> p3 -> () Source #

d_linesBy_882 :: T_Level_14 -> () -> T_Level_14 -> (AgdaAny -> ()) -> (AgdaAny -> T_Dec_32) -> [AgdaAny] -> [[AgdaAny]] Source #

d_go_892 :: T_Level_14 -> () -> T_Level_14 -> (AgdaAny -> ()) -> (AgdaAny -> T_Dec_32) -> Maybe [AgdaAny] -> [AgdaAny] -> [[AgdaAny]] Source #

du_go_892 :: (AgdaAny -> T_Dec_32) -> Maybe [AgdaAny] -> [AgdaAny] -> [[AgdaAny]] Source #

d_wordsBy_920 :: T_Level_14 -> () -> T_Level_14 -> (AgdaAny -> ()) -> (AgdaAny -> T_Dec_32) -> [AgdaAny] -> [[AgdaAny]] Source #

d_cons_930 :: T_Level_14 -> () -> T_Level_14 -> (AgdaAny -> ()) -> (AgdaAny -> T_Dec_32) -> [AgdaAny] -> [[AgdaAny]] -> [[AgdaAny]] Source #

d_go_938 :: T_Level_14 -> () -> T_Level_14 -> (AgdaAny -> ()) -> (AgdaAny -> T_Dec_32) -> [AgdaAny] -> [AgdaAny] -> [[AgdaAny]] Source #