aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-02-19 19:18:48 +0100
committerAdrian Kummerlaender2015-02-19 19:18:48 +0100
commita07999f7436802f15fc21bebd083006c9e681638 (patch)
tree0292012d7f0cc721e6f4a33a7253dbd3373ea551 /README.md
parent1528d3cc919031d04a2d140a35d9b4cff6633eba (diff)
downloadTypeAsValue-a07999f7436802f15fc21bebd083006c9e681638.tar
TypeAsValue-a07999f7436802f15fc21bebd083006c9e681638.tar.gz
TypeAsValue-a07999f7436802f15fc21bebd083006c9e681638.tar.bz2
TypeAsValue-a07999f7436802f15fc21bebd083006c9e681638.tar.lz
TypeAsValue-a07999f7436802f15fc21bebd083006c9e681638.tar.xz
TypeAsValue-a07999f7436802f15fc21bebd083006c9e681638.tar.zst
TypeAsValue-a07999f7436802f15fc21bebd083006c9e681638.zip
Introduced `Branch` and `Else` pair aliases for usage in `Cond`
* pure _syntax sugar_ to improve readability of `Cond` conditionals
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba07515..92a1c35 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This library is a expanded reimplementation of my previous attempt at this probl
* guaranteed evaluation during compile time
* basic math and logic operations
-* conditionals
+* conditionals such as `If` and `Cond`
* `Cons` constructor for `Pair` type
* `List` function as helper for `Pair` based list construction
* basic list operators such as `Nth`, `Length`, `Take` and `Append`