nomad-calculator.Haskell project for a course on functional programming. Nomad calculator is a simple CLI tool to evaluate mathematical expressions that also supports defining functions. Nomad also supports higher order functions and partial function applications. A type check ensures semantic correctness of user input.