diff options
Diffstat (limited to 'frontend/checkKindCorrectness.dcl')
-rw-r--r-- | frontend/checkKindCorrectness.dcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/checkKindCorrectness.dcl b/frontend/checkKindCorrectness.dcl new file mode 100644 index 0000000..94bd8d1 --- /dev/null +++ b/frontend/checkKindCorrectness.dcl @@ -0,0 +1,6 @@ +definition module checkKindCorrectness + +import syntax, checksupport, containers + +checkKindCorrectness :: !NumberSet !Index IndexRange !{#CommonDefs} !{#DclModule} !u:{# FunDef} !*TypeVarHeap !*TypeDefInfos !*ErrorAdmin + -> (!u:{# FunDef}, !*TypeVarHeap, !*TypeDefInfos, !*ErrorAdmin) |