Luna Spirito

Results 7 issues of Luna Spirito

Ensures there aren't any conflicting type variables. Closes #64.

Can/will type synonyms be added to FFG? And how they should be designed? I'm willing to implement them if they belong here, but I'm unsure how exactly. At my fork,...

Current `Pretty (Type s)` implementation contains possibly infinite path `... -> prettyQuantifiedType -> prettyFunctionType -> prettyApplicationType -> prettyPrimitiveType -> prettyQuantifiedType -> ...`. While the current implementation never runs into this...

~~I was trying to introduce impredicative instantiation for my fork of FFG. I thought that it's easy to do, given η-law is sacrificed, if I just expand `

## About the PR Adds a new "Russian roulette" drink to the game. Comes with two new recipes: 1) 1u white russian + 1u black russian + 2u tricordrazine =...

Changes: Sprites

When a model contains a collated text field, like this: ```py username = models.TextField(db_collation = "und-u-ks-level2", ...) ``` then attempting to compare on said field causes the exception, since Django...

It appears as if the first token of the output is missing when using `chat_stream`? ... **Reproduction** ```rust let mistral_client = Arc::new(MistralClient::new(None, None, None, None).unwrap()); { let stream_result = mistral_client...

bug