Patrick Thomson
a767913c76
Try using an hlint action.
2019-12-16 12:20:11 -05:00
Patrick Thomson
266a720fa9
Use PVP operator.
2019-12-16 12:20:05 -05:00
Patrick Thomson
9817b686e5
Merge remote-tracking branch 'origin/master' into glorious-ghc-upgrade-8.8
2019-12-16 12:14:47 -05:00
Rob Rix
3ecb1980f8
Build all the dependencies in the dist-repl dir.
2019-12-16 11:41:25 -05:00
Rob Rix
ae6b2849f2
Merge pull request #404 from github/none-is-the-loneliest-umber
...
Compile Python None expressions.
2019-12-16 09:34:05 -05:00
Patrick Thomson
6824126b7b
Bump this up to haskell-8.8, too.
2019-12-16 09:16:52 -05:00
Timothy Clem
7bf9f8e9a1
Concurrently isn't doing anything here
2019-12-13 13:44:49 -08:00
Timothy Clem
941664330e
Ruby structure changed
2019-12-13 13:44:35 -08:00
Timothy Clem
7e0c6b5417
Give this a signature
2019-12-13 13:43:59 -08:00
Patrick Thomson
da3dbdf148
Merge remote-tracking branch 'origin/master' into glorious-ghc-upgrade-8.8
2019-12-13 16:41:18 -05:00
Patrick Thomson
5f5daf31be
Bump Docker version.
2019-12-13 16:41:07 -05:00
Patrick Thomson
053306fbbd
Forgot to bind None and NoneType in the prelude exports.
2019-12-13 16:21:02 -05:00
Timothy Clem
8ade6db251
Merge remote-tracking branch 'origin/master' into test-precise-parsing
2019-12-13 13:13:54 -08:00
Patrick Thomson
f590d0d812
Merge pull request #403 from github/lambda-the-ultimate
...
Compile Python lambdas.
2019-12-13 16:08:06 -05:00
Patrick Thomson
57a7b8c043
Avoid unnecessary invocations.
2019-12-13 15:53:36 -05:00
Patrick Thomson
6bebd84deb
Officially require GHC 8.8.
2019-12-13 15:48:49 -05:00
Patrick Thomson
cd011cdd70
Extra imports.
2019-12-13 15:10:25 -05:00
Patrick Thomson
2d4268ea08
stray imports
2019-12-13 14:58:01 -05:00
Patrick Thomson
493038f686
s/fused-effects/semantic
2019-12-13 14:09:56 -05:00
Patrick Thomson
d9e6114965
Kill travis.yml.
2019-12-13 14:08:04 -05:00
Patrick Thomson
2a005aadc8
Try building with GHC 8.8 on Actions CI.
2019-12-13 14:06:45 -05:00
Patrick Thomson
d580a93388
one more stab at this
2019-12-13 14:03:38 -05:00
Patrick Thomson
c2a5cd13b5
maybe verbosity will help here
2019-12-13 13:39:32 -05:00
Patrick Thomson
bb62b187ca
see if we install these first if it'll help
2019-12-13 13:14:58 -05:00
Patrick Thomson
e115f4ad59
Compile Python None expressions.
2019-12-13 12:51:23 -05:00
Patrick Thomson
3825be9788
Emacs misfire.
2019-12-13 12:33:26 -05:00
Patrick Thomson
6576cff13a
Revert "Revert "No allow-newer necessary.""
...
This reverts commit 35ef2f12f7
.
2019-12-13 12:24:22 -05:00
Patrick Thomson
e137f4c68b
Compile Python lambdas.
...
Lambdas are so hilariously crippled in Python that they're
significantly easier to compile than functions. Indeed, the resulting
core looks much like a function definition, without a `rec` binding.
2019-12-13 12:14:04 -05:00
Patrick Thomson
77a1b4697e
More import fixes.
2019-12-13 11:47:34 -05:00
Rob Rix
aac1c92dc9
🔥 string/asString from Analysis.
2019-12-13 11:46:04 -05:00
Rob Rix
0fc9f5dc6d
🔥 unit from Analysis.
2019-12-13 11:44:57 -05:00
Patrick Thomson
35ef2f12f7
Revert "No allow-newer necessary."
...
This reverts commit cd97641288
.
2019-12-13 11:44:48 -05:00
Rob Rix
fbd86f3115
Concretize using the smart constructors.
2019-12-13 11:43:56 -05:00
Rob Rix
a8d670cd19
Define smart constructors for concretization at specific types.
2019-12-13 11:42:58 -05:00
Rob Rix
d113cc4ea9
Use the smart constructors to tidy up Core.Eval.
2019-12-13 11:38:10 -05:00
Rob Rix
9a3e06b070
Define smart constructors for unit, bool, & string construction.
2019-12-13 11:36:49 -05:00
Rob Rix
a468a66e9e
🔥 bool/asBool.
2019-12-13 11:33:58 -05:00
Patrick Thomson
cd97641288
No allow-newer necessary.
2019-12-13 11:28:19 -05:00
Patrick Thomson
dc69714053
Merge remote-tracking branch 'origin/master' into glorious-ghc-upgrade-8.8
2019-12-13 11:23:36 -05:00
Rob Rix
4ff4e5d776
Merge pull request #402 from github/nothing-some-bash-can't-fix
...
Add script to fix corrupted tree-sitter Cabal stores.
2019-12-12 17:02:32 -05:00
Patrick Thomson
481a9dd1ab
Merge pull request #311 from github/fused-effects-one-dot-zero
...
fused-effects 1.0
2019-12-12 15:38:01 -05:00
Patrick Thomson
c78529d061
Add script to fix corrupted tree-sitter Cabal stores.
2019-12-12 15:12:13 -05:00
Rob Rix
34a0afbfba
Merge branch 'fused-effects-one-dot-zero' into analysis-effects
2019-12-12 12:53:27 -05:00
Rob Rix
95089e8833
Re-export the effect module last.
2019-12-12 11:43:19 -05:00
Rob Rix
fdabcdb722
Re-export Algebra & run as well.
2019-12-12 11:42:40 -05:00
Rob Rix
d81d482592
🔥 runParseC.
2019-12-12 11:42:33 -05:00
Rob Rix
b726bf8702
🔥 ConstraintKinds.
2019-12-12 11:41:06 -05:00
Rob Rix
e0c47f11bc
🔥 an unnecessary Effect instance for Monotype.
2019-12-12 11:32:01 -05:00
Rob Rix
5ae742cf1c
🔥 unnecessary scoped type variables.
2019-12-12 11:31:24 -05:00
Rob Rix
22b6c3bab3
🔥 some redundant language extensions.
2019-12-12 11:31:15 -05:00