Closed grantpassmore closed 5 years ago
In VS Code, we're somehow not enforcing fatal warnings like pattern matching completeness:
type nat = Z | S of nat let f = function | Z -> true ;; verify f;;
couldn't reproduce? :/
In VS Code, we're somehow not enforcing fatal warnings like pattern matching completeness: