lean4-htt/tests/compiler/array_test.lean.expected.out
Leonardo de Moura 38f66c580b chore: fix tests
2019-10-07 15:57:02 -07:00

22 lines
211 B
Text

#[]
0
#[0, 1, 2, 3]
#[10, 11, 12, 13]
4
#[10, 11, 12]
#[10, 11, 12, 13, 100]
#[10, 11, 12]
#[3, 4, 5, 6]
#[2, 3]
#[]
#[]
#[3, 4]
#[4, 3, 2, 1]
#[]
#[3, 2, 1]
#[2, 4]
#[2, 4]
#[1, 3, 5]
#[3, 4]
#[]
#[1, 2, 3, 4]