TypingFlags
TypingFlags copied to clipboard
A Coq plugin to disable positivity check, guard check and termination check
Results
2
TypingFlags issues
Sort by
recently updated
recently updated
newest added
Hi, I have some troubles to deactivate the positivity checking. When I do: ```coq From TypingFlags Require Import Loader. Unset Guard Checking. Inductive foo : Type := | bar :...
Could we import the plugin it as ```coq Require Import TypingFlags.Unsafe. (* or anything else conveying the same sense *) ``` instead of the current `Require Import TypingFlags.Loader` ? [sorry...