Skip to content
Snippets Groups Projects
Commit 945e730f authored by Patrick's avatar Patrick
Browse files

Fix T25647a

parent 84f53fe2
No related branches found
No related tags found
No related merge requests found
Pipeline #106706 failed
......@@ -88,5 +88,5 @@ type Dix9 :: RuntimeRep -> Type
data family Dix9 r
newtype instance Dix9 _r = Dix9 Int
dix8 :: Dix9 FloatRep -> Int
dix8 (Dix9 x) = x
dix9 :: Dix9 FloatRep -> Int
dix9 (Dix9 x) = x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment