This website requires JavaScript.
Explore
Help
Sign In
notafile
/
futilehdl
Watch
1
Star
0
Fork
You've already forked futilehdl
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cce8a3bde4
futilehdl
/
lib
/
builtins
/
main.hyd
9 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
start reworking syntax for stdlib
2022-01-23 23:10:09 +00:00
get examples semi-working again
2022-02-04 23:58:47 +00:00
comb reduce_or (
start reworking syntax for stdlib
2022-01-23 23:10:09 +00:00
a: Logic
)
-> Logic<1> {
more typechecking af callables
2022-02-18 11:59:53 +00:00
reduce_or(a)
start reworking syntax for stdlib
2022-01-23 23:10:09 +00:00
}