1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +03:00
juvix/test
Jonathan Cubides a4eb2124b2
Generic Errors and refactoring (#123)
* w.i.p adoption of generic error type

* harmonize

* Remove the use of Error effect for internal bugs

* add location information to expression atom list

* Add GenericError instance for PatternAtoms

* Remove Maybe GenericError occurrences

* [ci] fix draft job's condition

* minor changes

* [stack] macos support ghc-opts

* Fix reviewer's comments

* remove accidentally commited file

* refactor to avoid duplication

* fix

Co-authored-by: Jan Mas Rovira <janmasrovira@gmail.com>
2022-05-26 17:52:08 +02:00
..
BackendC Add minic-runtime for linking without libc (#113) 2022-05-19 09:48:23 +02:00
MonoJuvix New target syntax and modular VP examples (#92) 2022-05-06 12:45:09 +02:00
Scope Generic Errors and refactoring (#123) 2022-05-26 17:52:08 +02:00
TypeCheck Generic Errors and refactoring (#123) 2022-05-26 17:52:08 +02:00
BackendC.hs Add C code generation backend (#68) 2022-05-05 14:12:17 +01:00
Base.hs [cbackend] run minic tests with clang+wasi-sdk (#105) 2022-05-16 16:17:28 +01:00
Main.hs Add C code generation backend (#68) 2022-05-05 14:12:17 +01:00
MonoJuvix.hs Monomorphization (#70) 2022-05-04 10:50:03 +02:00
Scope.hs [ CI ] New jobs: ormolu and hlint 2022-04-05 19:57:21 +02:00
TypeCheck.hs Implement type checker with polymorphism (#62) 2022-04-22 10:06:34 +02:00