This document summarizes a presentation on SAT/SMT solving in Haskell. It discusses two main Haskell libraries for SMT solving - sbv, which provides a high-level DSL for specifying SMT problems and interfaces with multiple solvers, and toysolver, which contains the toysat SAT solver and toysmt SMT solver implemented natively in Haskell. It then demonstrates solving the "send more money" puzzle using sbv and running a simple problem on toysmt.