1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
Commit Graph

22568 Commits

Author SHA1 Message Date
Rob Rix
ccf00d4239 Define a handler for the heap for types. 2018-05-23 15:45:18 -04:00
Rob Rix
6252a56e8e Define a handler for the env. 2018-05-23 15:45:10 -04:00
Rob Rix
66caefcd58 Derive an Alternative instance for Eval. 2018-05-23 15:44:54 -04:00
Rob Rix
0321976831 🔥 a redundant constraint. 2018-05-23 15:44:38 -04:00
Rob Rix
b8eae43542 Correct the kind of allocType. 2018-05-23 15:44:31 -04:00
Rob Rix
aa1141ad58 Rename the loc parameter to addr. 2018-05-23 15:17:03 -04:00
Rob Rix
5dbba8a92d Define assign for types. 2018-05-23 15:16:56 -04:00
Rob Rix
b861543d06 Define alloc for types. 2018-05-23 15:13:04 -04:00
Rob Rix
2cec1468c0 Add a function to dereference types. 2018-05-23 15:11:49 -04:00
Rob Rix
47dd98970a Define an Eval newtype. 2018-05-23 15:01:58 -04:00
Rob Rix
108068f7f8 Define variable' using lookup'. 2018-05-23 15:00:38 -04:00
Rob Rix
2d18b9d7fc Define a lookup function. 2018-05-23 15:00:13 -04:00
Rob Rix
5ef7725373 Add a little program against the DSL. 2018-05-23 14:52:56 -04:00
Rick Winfrey
de94112e45 Remove Program syntax 2018-05-23 11:48:29 -07:00
Rick Winfrey
2a4e5bf010 Remove commented out instance body 2018-05-23 11:45:46 -07:00
Rob Rix
2056dd4e14 Define an iff convenience for Boolean. 2018-05-23 14:39:26 -04:00
Rob Rix
7e057b3f14 Define a handler for booleans in Type. 2018-05-23 14:37:19 -04:00
Rob Rix
03a60b3c75 Define a handler for booleans in Value. 2018-05-23 14:34:25 -04:00
Rick Winfrey
7bc88d088c Boilerplate and minimal syntax for Haskell assignment 2018-05-23 11:32:15 -07:00
Rob Rix
655c4a12ad Define an asBool' smart constructor. 2018-05-23 14:32:10 -04:00
Rob Rix
7d4ac1f492 Define a bool smart constructor. 2018-05-23 14:31:19 -04:00
Rob Rix
30c0090ebd Define a Boolean effect. 2018-05-23 14:31:01 -04:00
Rob Rix
477e34aca2 Eta-reduce. 2018-05-23 14:17:35 -04:00
Rob Rix
9d8c91f32f Define a handler for Variable effects. 2018-05-23 14:10:32 -04:00
Timothy Clem
b92f81d0b6 More sophisticated health server 2018-05-23 11:04:15 -07:00
Rob Rix
f856674f6e Simplify the handlers with interpretAny. 2018-05-23 13:47:59 -04:00
Rob Rix
b37073aea1 Bump effects for interpretAny. 2018-05-23 13:46:34 -04:00
Rob Rix
e75872bdb9 Move runUnitValue down. 2018-05-23 13:41:44 -04:00
Rob Rix
7289acfb29 Define a handler for the unit type. 2018-05-23 13:40:18 -04:00
Rob Rix
07624e0ae3 We don’t need to use equality constraints to bind the effect types. 2018-05-23 13:39:03 -04:00
Rob Rix
e6fe079885 We don’t need to apply the function type any more. 2018-05-23 13:37:27 -04:00
Rob Rix
1f8ab5bbfe 🔥 some scoped type variables. 2018-05-23 13:36:37 -04:00
Rob Rix
e8629b80f9 Use the \\ class. 2018-05-23 13:31:31 -04:00
Rob Rix
fb65fa24c3 Bump effects. 2018-05-23 13:28:46 -04:00
Rob Rix
2d63f5cdfd Revert "Hide the Delete typeclass."
This reverts commit 41546b367250750616ad5eaab3a8e5b7370a8000.
2018-05-23 13:28:38 -04:00
Rob Rix
9e02243e58 Define a handler for Unit effects.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 13:13:40 -04:00
Rob Rix
bb79415ec0 Define the (curried) const function.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:52:42 -04:00
Rob Rix
b11ad895f4 Expect closed values.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:51:32 -04:00
Rob Rix
09b5dd8f33 Define the identity function.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:49:28 -04:00
Rob Rix
a8c68e40b1 Define a helper to build lambdas with gensym’d names.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:49:00 -04:00
Rob Rix
a368e8d9f4 Define variable' requests.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:48:39 -04:00
Rob Rix
433aa96cd7 Define a Variable effect.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:48:31 -04:00
Rob Rix
49fe219908 Define a unit' request.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:48:21 -04:00
Rob Rix
41854f6bbc Define a Unit effect type.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:48:11 -04:00
Rob Rix
3200ce88a7 Rename type variables to TVar.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:47:57 -04:00
Rick Winfrey
a11fa704f9 Bump haskell-tree-sitter
- Adds tree-sitter-haskell bindings
2018-05-23 09:44:58 -07:00
Patrick Thomson
168f1bea3c Merge pull request #1881 from github/strict-equals
Add strict-equality function.
2018-05-23 12:38:56 -04:00
Rob Rix
10cf048dfc Specialize to m effects.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:27:34 -04:00
Rob Rix
c9d8a82f12 Define a smart constructor for Call.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:26:36 -04:00
Rob Rix
53e9daad79 Close over alloc/assign.
Co-Authored-By: Patrick Thomson <patrick.william.thomson@gmail.com>
2018-05-23 12:24:33 -04:00