This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
make functions and flags private #62
Annotations
6 warnings
build:
src/crncc/Parser.fs#L87
This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type 'ConditionS'.
|
build:
src/crncc/Parser.fs#L117
This construct causes code to be less generic than indicated by the type annotations. The type variable 'u has been constrained to be type 'unit'.
|
build:
test/crncc_test/Interpreter.fs#L70
Main module of program is empty: nothing will happen when it is run
|
build:
src/crncc/Parser.fs#L87
This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type 'ConditionS'.
|
build:
src/crncc/Parser.fs#L117
This construct causes code to be less generic than indicated by the type annotations. The type variable 'u has been constrained to be type 'unit'.
|
build:
test/crncc_test/Interpreter.fs#L70
Main module of program is empty: nothing will happen when it is run
|