-
A programming structure representing a combinatory logic language (maybe that could be serialised in the future)
This combinatory logic language will be converted into a CNF representation (sat solve…
-
**Website request** (CGWM-360) - ClinGen Website JIRA Board [ticket link](https://broadinstitute.atlassian.net/browse/CGWM-360?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel)
**Re…
-
This Issue is open to test the functionality of this emacs extension
``` idris
infixr 5 ::
data Vect : Nat -> Type -> Type where
Nil : Vect Z a
(::) : a -> Vect k a -> Vect (S k) a
```
“So…
-
In most template system i've used, if/else/unless operators support some way of combinatory logic.
Do you plan on supporting more complexe expression on data-if and data-else, or is it a choice ?
-
need .desc
-
* http://dev.stephendiehl.com/fun/lambda_calculus.html#ski-combinators
* https://github.com/helvm/write-you-a-haskell/tree/master/chapter4/untyped
* https://github.com/helvm/combinator-calculus
…
-
I stumbled on this while reading Reddit posts about LLVM. This seems cool, but I am just wondering what the inspiration for all this was, and if you had any thoughts on what it might be good for. I ha…
-
# [TaPL] 06 Nameless Representation of Terms | ROIFE BLOG
Variable Representations Represent variables symbolically, with variable renaming mechanism to avoid capture Represent variables symbolically…
-
I was writing a simple set of rewrite rules for SKI combinatory logic, but I couldn't get the expressions to simplify.
Here is the code (simplified) that I used:
The definition of CL Terms:
```h…
-
Consider constraint-based logic programming, and see how some of the qos constraints can be expressed using those languages.
Also control theory may be important here too.
If you could write dow…