Cradicle Explorer
adl
Info
Issues
Patches
Wallets
Source
Source
.cargo
.circleci
.github
.resources
adl-cli
compiler
errors
interpreter
test-framework
tests
expectations
tests
cli
compiler
address
array
assert
async_blocks
boolean
bugs
console
const_generics
allowed_types.adl
array_access.adl
assign_to_const_param_fail.adl
bad_types_fail.adl
basic.adl
basic_const_generic_structs.adl
complex_uses_of_const_args.adl
const_generic_as_const_arg.adl
const_generic_shadowing_fail.adl
const_generic_shadows_global_constant_fail.adl
const_generic_shadows_param_fail.adl
const_generic_structs_fail.adl
const_generics_non_inline.adl
external_generic_struct.adl
external_struct_fail.adl
generic_array.adl
generic_record_fail.adl
generics_in_consts_and_mappings.adl
local_shadows_const_generic_fail.adl
multi_call.adl
non_const_arg_fail.adl
oob_fail.adl
reachable_from_async_transition.adl
reachable_from_function.adl
resolved_mismatched_fail.adl
two_d_generic_array.adl
unexpected_const_args_fail.adl
unknown_array_length_fail.adl
unreachable.adl
unresolved_mismatch_fail.adl
unresolved_struct_type_fail.adl
wrong_types_fail.adl
const_prop
constants
constructor
core
dead_code
definition
error_reporting
examples
expression
field
finalize
function
futures
group
input
integers
mappings
modules
multibyte
network
operations
option
records
return
scalar
signature
statements
storage
strings
structs
symbols
ternary
tests
tuple
type_inference
execution
interpreter-leo
interpreter
parser-expression
parser-module
parser-statement
parser-tokenizer
parser
passes
README.md
utils
.codecov.yml
.gitattributes
.gitignore
.gitmodules
.rusty-hook.toml
CONTRIBUTING.md
Cargo.lock
Cargo.toml
DEVELOPMENT.md
LICENSE.md
README.md
build.rs
rust-toolchain.toml
rustfmt.toml
/
tests
/
tests
/
compiler
/
const_generics
/ unknown_array_length_fail.adl
unknown_array_length_fail.adl
1
program test.alpha {
2
transition main(arr: [u32; N], arr2: [u32; N]) {
3
}
4
}