squiggle/packages/squiggle-lang/src/rescript/Reducer/Reducer_Exception.res
2022-07-16 16:13:39 +02:00

4 lines
182 B
XML

// There are switch statement cases in the code which are impossible to reach by design.
// ImpossibleException is a sign of programming error.
exception ImpossibleException(string)