index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
monomorphise.ml
Age
Commit message (
Expand
)
Author
2017-08-15
Merge remote-tracking branch 'origin/mono-experiments' into experiments
Alasdair Armstrong
2017-08-15
Removed Typ_arg_effect - nobody used it and it isn't supported by the backends.
Alasdair Armstrong
2017-08-14
Some overloaded equality support in monomorphisation
Brian Campbell
2017-08-10
Experimental removal of existentials
Brian Campbell
2017-07-27
P_cons in monomorphisation
Brian Campbell
2017-07-27
Fix up constructor handling in monomorphisation
Brian Campbell
2017-07-27
Mirror AST change
Brian Campbell
2017-07-24
Remove monomorphisation for old type checker
Brian Campbell
2017-07-14
Generalise matching a little in monomorphisation
Brian Campbell
2017-07-13
Couple of fixes for old-tc monomorphisation
Brian Campbell
2017-07-10
Reduce functions during constant propagation under reasonable circumstances
Brian Campbell
2017-07-10
Support some variable patterns in monomorphisation
Brian Campbell
2017-07-07
Warn when we can't monomorphise a constructor application
Brian Campbell
2017-07-07
Correct variable mapping when splitting constructor patterns for monomorphisa...
Brian Campbell
2017-07-07
Implement basic monomorphisation of constructors
Brian Campbell
2017-06-30
Split bit patterns for monomorphisation, do equality checks
Brian Campbell
2017-06-29
Propagate type information from reducing case expressions
Brian Campbell
2017-06-28
Reduce simple enumeration cases during monomorphisation
Brian Campbell
2017-06-23
Get rid of bogus singleton pattern warnings
Brian Campbell
2017-06-23
Basic constant propagation for partial monomorphisation
Brian Campbell
2017-06-22
Initial partial monomorphisation work
Brian Campbell