1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/app/Commands
janmasrovira 3acade4072
Monomorphization (#70)
* add TypeCallsBuilder and others

* implement propagation of type calls

* improve type propagation

* polymorphize fungible token

* sort type calls map pretty output

* use HashSet in TypeCallsMap

* renaming

* rename module

* improve indexing in type propagation

* draft monomorphization generation algorithm

* fix draft

* wip mono code generation

* wip code generation

* finish first candidate for code generation

* add monojuvix command

* fix MonoJuvix pretty printer to properly display name ids

* [monojuvix] improve clause pretty printing

* add support for function types in expressions

* properly translate function expressions

* ormolu

* add a basic positive test for monomorphization

* cleanup effect constraints

* collect type applications in axiom types

* apply some style improvements

* fix PolySimpleFungibleToken and add it to the test suite

* ignore polymorphic inductive definitions that are never used
2022-05-04 10:50:03 +02:00
..
Extra.hs Add action hints for autocompletion (#35) 2022-04-05 20:03:02 +02:00
MicroJuvix.hs Monomorphization (#70) 2022-05-04 10:50:03 +02:00
MiniHaskell.hs [ app ] add --version flag and fixed warnings and formatting 2022-03-25 00:52:30 +01:00
MonoJuvix.hs Monomorphization (#70) 2022-05-04 10:50:03 +02:00
Termination.hs [ CI ] New jobs: ormolu and hlint 2022-04-05 19:57:21 +02:00