Idris2-boot/src/TTImp
Edwin Brady fb49038c9f Don't automatically apply implicits in let
This means we can say 'let x = foo' and have foo not be applied to its
implicit arguments, meaning that 'x' can be instantiated at whatever
implicits it needs through the scope.
2020-02-16 16:33:17 +00:00
..
Elab Don't automatically apply implicits in let 2020-02-16 16:33:17 +00:00
Interactive Tweak expression search heuristic 2020-02-15 23:24:00 +00:00
BindImplicits.idr Implement 'using' notation 2020-02-11 17:27:04 +00:00
Elab.idr Unification tweak for getting lambda types 2020-02-09 17:05:22 +00:00
Parser.idr Add uniqueSearch data type option 2019-12-07 18:54:02 +00:00
ProcessData.idr Add syntax for 'using' blocks 2020-01-24 15:21:16 +00:00
ProcessDecls.idr Merge branch 'master' of github.com:edwinb/Idris2 2019-11-19 14:07:55 +00:00
ProcessDef.idr Simpler implementation of 'case' 2020-02-09 13:46:58 +00:00
ProcessParams.idr Count argument position in parameter blocks 2020-02-01 19:51:56 +00:00
ProcessRecord.idr Add syntax for 'using' blocks 2020-01-24 15:21:16 +00:00
ProcessType.idr Change multiplicity when inferring -> 2020-02-02 15:51:49 +00:00
Reflect.idr Use a data type for dotting reason 2020-01-24 16:16:31 +00:00
TTImp.idr Simpler implementation of 'case' 2020-02-09 13:46:58 +00:00
Unelab.idr Simpler implementation of 'case' 2020-02-09 13:46:58 +00:00
Utils.idr Implement 'using' notation 2020-02-11 17:27:04 +00:00
WithClause.idr Add %unbound_implicits directive 2020-01-27 17:31:53 +00:00