AlgebraicJulia / AlgebraicJulia/ACSets.jl
Generic types in `InterTypes`
Abierto
enhancement
- Lenguaje dominante
- Julia
- Estrellas
- 36
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It would be good to be able to define generic types in `InterTypes`. This may particularly be necessary for updating ADTs.jl (#90).
For example, one may want something like
```
@sum Args{T} begin
Value(v::T)
Kwarg(k::Symbol, v::Value{T})
end
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.