Skip to main content

neohaskell-collections

The NeoHaskell COLLECTIONS cheatsheet for concrete data-structure operations: Array (no filter — use takeIf/dropIf; get returns Maybe; foldl is element-first left fold for replays), Map (set/get/contains/remove; reduce takes acc first), Text (split/joinWith/replace/trim and #{} interpolation as a TEXT operation), and Set (import explicitly — not in Core). Use when writing code that needs sequences, key-value lookups, text manipulation, or sets, or when reaching for a vanilla reflex like arr !! i, head, Map.insert, Map.lookup, Map.member, or Array.filter — all wrong here. Do NOT use for the import-Core header, bare operators, or the fmt syntax itself (neohaskell-core-prelude), for Task/Result/Maybe error handling and lifting Maybe into Task/Result (neohaskell- effects-and-errors), or for JSON serialization of records (neohaskell-records-and-json).

الانتقال إلى التثبيت

معلومات المصدر

المستودع
neohaskell/skills
آخر نشاط في المصدر
٣ يوليو ٢٠٢٦ في ١١:٠٧
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٠
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.