]> gitweb.michael.orlitzky.com - spline3.git/commit
src/{Cube,Tetrahedron}.hs: disable incomplete pattern warnings via pragmas.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 04:32:54 +0000 (23:32 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 04:32:54 +0000 (23:32 -0500)
commitdbb641b1534f7b3a24d5b6f4479b91f1fd681c54
tree60f99f67f3f983c5963afd57d01f8757a325fdd1
parentb99812f0461140689e148251856825d61e68902b
src/{Cube,Tetrahedron}.hs: disable incomplete pattern warnings via pragmas.

These two modules have incomplete pattern matches by design, for
performance reasons.
src/Cube.hs
src/Tetrahedron.hs