futilehdl/doc/examples/identity.fut

7 lines
45 B
Plaintext
Raw Normal View History

2022-02-03 00:55:12 +00:00
comb identity (
2022-02-02 00:13:33 +00:00
a: Logic
) -> Logic
2022-01-04 00:41:09 +00:00
{
2022-02-03 00:55:12 +00:00
a
2022-01-04 00:41:09 +00:00
}