aiken-lang 1.1.19

Cardano smart contract language and toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: crates/aiken-lang/src/tests/format.rs
description: "Code:\n\n//// My module comment\n////\n//// has a newline.\n\nfn foo() {\n  True\n}\n\n//// My module comments\n\n//// cannot be separated\n"
---
//// My module comment
////
//// has a newline.
//// My module comments
//// cannot be separated

fn foo() {
  True
}