# Examples The examples in this directory are intended for copy-paste use. ## Contents - `LazySegTree.hs` Shows how to implement custom `Monoid` and `SegAct`. ## Other examples - See documentation page for most examples. - See `verify/` directroy under the repository root for [AtCoder Library Practice Contest](https://atcoder.jp/contests/practice2) problem solutions. - See `test/` directroy under the repository root for test code.