# fixtures/fsharp
F# fixture file for `.scm` query tests.
- `sample.fs` — module `MathTools` opening `System` and `System.Collections.Generic`, defines discriminated union `Shape`, record `Point`, functions `area`/`classify`/`sumEvens`/`factorial`/`distance` with pattern matching.