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
c1dc524cab
futilehdl
/
doc
/
examples
/
identity.fut
7 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add examples to docs
2022-01-04 00:41:09 +00:00
module identity (
make examples parse with new parser
2022-02-02 00:13:33 +00:00
a: Logic
) -> Logic
add examples to docs
2022-01-04 00:41:09 +00:00
{
assign x = a;
}