mirror of
https://github.com/github/semantic.git
synced 2024-12-27 08:54:14 +03:00
Note a fixme.
This commit is contained in:
parent
76c56e387d
commit
6810624e2c
@ -272,3 +272,5 @@ instance ( Alternative m
|
||||
Alg (Record t) -> traverse (traverse concretize) (Map.toList t) >>= k . Intro.Record . map (fmap send)
|
||||
t -> fail ("can’t concretize " <> show t)
|
||||
alg (R other) = DomainC (send (handleCoercible other))
|
||||
|
||||
-- FIXME: we don’t get the chance to unify anything because concretization asks for an intro form, not an intro form of a specific type
|
||||
|
Loading…
Reference in New Issue
Block a user