We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f228ef3 commit 6a57271Copy full SHA for 6a57271
1 file changed
trilogy-llvm/src/constant.rs
@@ -82,7 +82,7 @@ impl<'ctx> Codegen<'ctx> {
82
// - literals
83
// - basic operators
84
// - constant/function/procedure/rule references
85
- // - partial function applications
+ // - partial function applications (?)
86
if let Some(result) = self.compile_expression(&definition.value, "") {
87
let value = self
88
.builder
0 commit comments