Some commits in the way of cleaning up the Rust and generating module lists.
This commit is contained in:
@@ -12,7 +12,9 @@ comparisons :: File
|
||||
comparisons = File {
|
||||
predicate = \ _ _ -> True,
|
||||
outputName = "compare",
|
||||
generator = declareComparators
|
||||
isUnsigned = True,
|
||||
generator = declareComparators,
|
||||
testCase = Nothing
|
||||
}
|
||||
|
||||
declareComparators :: Word -> SourceFile Span
|
||||
|
||||
Reference in New Issue
Block a user