plutus-metatheory-0.1.0.0: Command line tool for running plutus core programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

MAlonzo.Code.Data.List.Base

Documentation

d_map_22T_Level_18 → () → T_Level_18 → () → (AgdaAnyAgdaAny) → [AgdaAny] → [AgdaAny] Source #

d_mapMaybe_32T_Level_18 → () → T_Level_18 → () → (AgdaAnyMaybe AgdaAny) → [AgdaAny] → [AgdaAny] Source #

d_intercalate_84T_Level_18 → () → [AgdaAny] → [[AgdaAny]] → [AgdaAny] Source #

d_cartesianProductWith_98T_Level_18 → () → T_Level_18 → () → T_Level_18 → () → (AgdaAnyAgdaAnyAgdaAny) → [AgdaAny] → [AgdaAny] → [AgdaAny] Source #

d_cartesianProduct_110T_Level_18 → () → T_Level_18 → () → [AgdaAny] → [AgdaAny] → [T_Σ_14] Source #

d_alignWith_112T_Level_18 → () → T_Level_18 → () → T_Level_18 → () → (T_These_38AgdaAny) → [AgdaAny] → [AgdaAny] → [AgdaAny] Source #

d_zipWith_132T_Level_18 → () → T_Level_18 → () → T_Level_18 → () → (AgdaAnyAgdaAnyAgdaAny) → [AgdaAny] → [AgdaAny] → [AgdaAny] Source #

d_unalignWith_146T_Level_18 → () → T_Level_18 → () → T_Level_18 → () → (AgdaAnyT_These_38) → [AgdaAny] → T_Σ_14 Source #

d_unzipWith_194T_Level_18 → () → T_Level_18 → () → T_Level_18 → () → (AgdaAnyT_Σ_14) → [AgdaAny] → T_Σ_14 Source #

d_align_208T_Level_18 → () → T_Level_18 → () → [AgdaAny] → [AgdaAny] → [T_These_38] Source #

d_zip_210T_Level_18 → () → T_Level_18 → () → [AgdaAny] → [AgdaAny] → [T_Σ_14] Source #

d_unalign_212T_Level_18 → () → T_Level_18 → () → [T_These_38] → T_Σ_14 Source #

d_unzip_214T_Level_18 → () → T_Level_18 → () → [T_Σ_14] → T_Σ_14 Source #

d_merge_220T_Level_18 → () → T_Level_18 → (AgdaAnyAgdaAny → ()) → (AgdaAnyAgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] → [AgdaAny] Source #

d_foldr_240T_Level_18 → () → T_Level_18 → () → (AgdaAnyAgdaAnyAgdaAny) → AgdaAny → [AgdaAny] → AgdaAny Source #

d_foldl_254T_Level_18 → () → T_Level_18 → () → (AgdaAnyAgdaAnyAgdaAny) → AgdaAny → [AgdaAny] → AgdaAny Source #

d_concat_268T_Level_18 → () → [[AgdaAny]] → [AgdaAny] Source #

d_concatMap_270T_Level_18 → () → T_Level_18 → () → (AgdaAny → [AgdaAny]) → [AgdaAny] → [AgdaAny] Source #

d_null_274T_Level_18 → () → [AgdaAny] → Bool Source #

d_any_284T_Level_18 → () → (AgdaAnyBool) → [AgdaAny] → Bool Source #

du_any_284 ∷ (AgdaAnyBool) → [AgdaAny] → Bool Source #

d_all_288T_Level_18 → () → (AgdaAnyBool) → [AgdaAny] → Bool Source #

du_all_288 ∷ (AgdaAnyBool) → [AgdaAny] → Bool Source #

d_inits_314T_Level_18 → () → [AgdaAny] → [[AgdaAny]] Source #

d_tails_322T_Level_18 → () → [AgdaAny] → [[AgdaAny]] Source #

d_scanr_328T_Level_18 → () → T_Level_18 → () → (AgdaAnyAgdaAnyAgdaAny) → AgdaAny → [AgdaAny] → [AgdaAny] Source #

d_scanl_366T_Level_18 → () → T_Level_18 → () → (AgdaAnyAgdaAnyAgdaAny) → AgdaAny → [AgdaAny] → [AgdaAny] Source #

d_unfold_440T_Level_18T_Level_18 → () → (Integer → ()) → (IntegerAgdaAnyMaybe T_Σ_14) → IntegerAgdaAny → [AgdaAny] Source #

d_take_500T_Level_18 → () → Integer → [AgdaAny] → [AgdaAny] Source #

d_drop_512T_Level_18 → () → Integer → [AgdaAny] → [AgdaAny] Source #

d_takeWhile_552T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] Source #

d_dropWhile_580T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] Source #

d_filter_608T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] Source #

d_partition_636T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → T_Σ_14 Source #

d_span_672T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → T_Σ_14 Source #

d_break_702T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → T_Σ_14 Source #

d_derun_708T_Level_18 → () → T_Level_18 → (AgdaAnyAgdaAny → ()) → (AgdaAnyAgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] Source #

d_deduplicate_750T_Level_18 → () → T_Level_18 → (AgdaAnyAgdaAny → ()) → (AgdaAnyAgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] Source #

d_InitLast_828 ∷ p → p → p → () Source #

d_linesBy_882T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → [[AgdaAny]] Source #

d_go_892T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → Maybe [AgdaAny] → [AgdaAny] → [[AgdaAny]] Source #

du_go_892 ∷ (AgdaAnyT_Dec_32) → Maybe [AgdaAny] → [AgdaAny] → [[AgdaAny]] Source #

d_wordsBy_920T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → [[AgdaAny]] Source #

d_cons_930T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → [[AgdaAny]] → [[AgdaAny]] Source #

du_cons_930 ∷ [AgdaAny] → [[AgdaAny]] → [[AgdaAny]] Source #

d_go_938T_Level_18 → () → T_Level_18 → (AgdaAny → ()) → (AgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] → [[AgdaAny]] Source #

du_go_938 ∷ (AgdaAnyT_Dec_32) → [AgdaAny] → [AgdaAny] → [[AgdaAny]] Source #

d_gfilter_964T_Level_18 → () → T_Level_18 → () → (AgdaAnyMaybe AgdaAny) → [AgdaAny] → [AgdaAny] Source #

d_boolFilter_966T_Level_18 → () → (AgdaAnyBool) → [AgdaAny] → [AgdaAny] Source #

d_boolSpan_1058T_Level_18 → () → (AgdaAnyBool) → [AgdaAny] → T_Σ_14 Source #