Difference between revisions of "Curried Higher Order Function Debugging"

From CSE425S Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
 
{{SMLToDebug|fix_me_hof_hof_a|group_curry_hof_debug}}
 
{{SMLToDebug|fix_me_hof_hof_a|group_curry_hof_debug}}
  
{{SMLToImplement|fix_me_hof_hof_b|---debug-file---|group_curry_hof_debug}}
+
{{SMLToDebug|fix_me_hof_hof_b|group_curry_hof_debug}}
  
{{SMLToImplement|fix_me_hof_hof_c|---debug-file---|group_curry_hof_debug}}
+
{{SMLToDebug|fix_me_hof_hof_c|group_curry_hof_debug}}
  
{{SMLToImplement|fix_me_hof_hof_d|---debug-file---|group_curry_hof_debug}}
+
{{SMLToDebug|fix_me_hof_hof_d|group_curry_hof_debug}}
  
{{SMLToImplement|fix_me_hof_hof_e|---debug-file---|group_curry_hof_debug}}
+
{{SMLToDebug|fix_me_hof_hof_e|group_curry_hof_debug}}
  
{{SMLToImplement|fix_me_hof_hof_f|---debug-file---|group_curry_hof_debug}}
+
{{SMLToDebug|fix_me_hof_hof_f|group_curry_hof_debug}}
  
 
=Code To Implement=
 
=Code To Implement=
 
{{SMLToImplement|starts_with_h|starts_with_h|group_curry_hof_debug}}
 
{{SMLToImplement|starts_with_h|starts_with_h|group_curry_hof_debug}}

Latest revision as of 06:00, 14 February 2022

Code To Debug

file: src/main/sml/group_curry_hof_debug/fix_me_hof_hof_a.sml Smlnj-logo.png
file: src/main/sml/group_curry_hof_debug/fix_me_hof_hof_b.sml Smlnj-logo.png
file: src/main/sml/group_curry_hof_debug/fix_me_hof_hof_c.sml Smlnj-logo.png
file: src/main/sml/group_curry_hof_debug/fix_me_hof_hof_d.sml Smlnj-logo.png
file: src/main/sml/group_curry_hof_debug/fix_me_hof_hof_e.sml Smlnj-logo.png
file: src/main/sml/group_curry_hof_debug/fix_me_hof_hof_f.sml Smlnj-logo.png

Code To Implement

file: src/main/sml/group_curry_hof_debug/starts_with_h.sml Smlnj-logo.png
functions: starts_with_h