In addition to having implicit arguments, Agda allows you to omit the value of an explicit argument and replace it with a meta variable denoted by _
, whose value is then determined using the same procedure as implicit resolution.
Does Idris have a similar function or implicit arguments the only way to introduce meta variables into programs?
jmite source share