This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
bfbcompiler
Watch
1
Star
0
Fork
You've already forked bfbcompiler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af3d848aec
bfbcompiler
/
doc
/
examples
/
use-case-6.txt
8 lines
127 B
Plaintext
Raw
Blame
History
fun f = { x: x < 3,
x^2: 3 < x < 4
};
fun g = { x^2: 6 < x < 7,
x^7: x > 8
};
fun h = fog;
Reference in New Issue
View Git Blame
Copy Permalink