diff options
Diffstat (limited to 'cheri/sail_latexcc/sailccfnbittobool.tex')
| -rw-r--r-- | cheri/sail_latexcc/sailccfnbittobool.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cheri/sail_latexcc/sailccfnbittobool.tex b/cheri/sail_latexcc/sailccfnbittobool.tex new file mode 100644 index 00000000..a5eea578 --- /dev/null +++ b/cheri/sail_latexcc/sailccfnbittobool.tex @@ -0,0 +1,4 @@ +function bit_to_bool b = match b { + bitone => true, + _ => false +} |
