Implement Constructor Casting
Open
enhancement
- Dominant language
- C++
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Allow users to cast data to a type/constructor by prefacing an expression with a desired constructor.
For example:
```haskell
Float 10 -- convert integer to float
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.