(איך לעשות:) To print debug output in Elm, use Debug.toString to convert values to strings and Debug.log to print them with a message.
Debug.toString
Debug.log
Elm אינו מגיע עם REPL משולב.
ל-Elm אין מנתח באגים מובנה במובן המסורתי כמו, לדוגמה, ב-JavaScript עם כלי הפיתוח בדפדפן.
Elm משתמש בחבילה elm-explorations/test לכתיבת טסטים יחידה וטסטים מטושטשים.
elm-explorations/test