Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 722 Bytes

File metadata and controls

20 lines (14 loc) · 722 Bytes

FP Exercises

Self-directed functional programming exercises, organized by language.

Contents

haskell/h99/ — H-99: Ninety-Nine Haskell Problems

Solutions to the first ~39 problems from the H-99 set, with inline tests.

sml/15-150/ — CMU 15-150 (Principles of Functional Programming)

Selected homework/lab solution files written independently. Code only (no handouts / starter templates).

Files include:

  • hosoya.sml, itree.sml, robot.sml, is-permutation.sml
  • mult.sml, treeMin.sml
  • exp.sml, trees.sml, fuse.sml, flatten.sml
  • summorial.sml, errors.sml

Notes

These are solutions written for learning and reference; they are not affiliated with any course offering.