Overly strict type inference?
Abierto
enhancement
help wanted
- Lenguaje dominante
- Common Lisp
- Estrellas
- 100
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The following throws an error that 0 is not a single-float:
```
(TEDDY/DATA-FRAME::MAKE-DATA-FRAME
'("subject" "time" "conc")
:ROWS '(("1" 0.5 0.94) ("1" 0 0.78)))
```
Perhaps we should be a bit more flexible with the types of values passed to make-data-frame?
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.