mirror of
https://github.com/github/semantic.git
synced 2024-12-28 09:21:35 +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)
|
Alg (Record t) -> traverse (traverse concretize) (Map.toList t) >>= k . Intro.Record . map (fmap send)
|
||||||
t -> fail ("can’t concretize " <> show t)
|
t -> fail ("can’t concretize " <> show t)
|
||||||
alg (R other) = DomainC (send (handleCoercible other))
|
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