File: expected

package info (click to toggle)
kaya 0.4.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,448 kB
  • ctags: 1,694
  • sloc: cpp: 9,536; haskell: 7,461; sh: 3,013; yacc: 910; makefile: 816; perl: 90
file content (19 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Compiling program test034a
test034a.k:10:Type error in constant "def"; has type String, expected 
test034a::Foo
Compiling program test034b
Foo true
Foo true
Foo false
Compiling program test034c
test034c.k:9:not all branches of lambda return a value
Compiling program test034d
mult = 10
mult = 20
mult = 30
mult = 40
x = 10
x = 20
x = 30
x = 40
Foo = 10