Skip to content

Commit 6a57271

Browse files
committed
?
1 parent f228ef3 commit 6a57271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trilogy-llvm/src/constant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ impl<'ctx> Codegen<'ctx> {
8282
// - literals
8383
// - basic operators
8484
// - constant/function/procedure/rule references
85-
// - partial function applications
85+
// - partial function applications (?)
8686
if let Some(result) = self.compile_expression(&definition.value, "") {
8787
let value = self
8888
.builder

0 commit comments

Comments
 (0)