guicho271828 / trivia

Pattern Matcher Compatible with Optima
Other
334 stars 22 forks source link

Changing ETYPECASE to TYPECASE which has a T clause. #113

Closed y2q-actionman closed 4 years ago

y2q-actionman commented 4 years ago

These two ETYPECASE s have 'T' clause, so ETYPECASE never raises its error and the compiler (Allegro Common Lisp) warns about it. This pull request tried to suppress them by changing to TYPECASE.

guicho271828 commented 4 years ago

thanks!