Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

mutable

النجوم٣
التفرعات١
آخر تحديث٢١ مايو ٢٠٢٦ في ٠٦:٢٥

Avoid mutable variables like IORef, STRef, and ST in Haskell and prefer immutable records. Use STM variables such as TVar for thread communication. Use when writing or reviewing Haskell code that uses mutable state or concurrency.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly