Created
September 3, 2019 22:09
-
-
Save oliver-batchelor/a62fbc73839438a431ef578e7ba0d3a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
causality loop detected: | |
Main.main (test/DebugCycles.hs:182:1-30) | |
| | |
`- Main.runTest (test/DebugCycles.hs:(144,1)-(160,28)) | |
| | |
`- Test.Run.runApp' (test/Test/Run.hs:(64,1)-(66,75)) | |
| | |
`- Test.Run.runApp (test/Test/Run.hs:(29,1)-(58,92)) | |
| | |
`- Reflex.PerformEvent.Base.hostPerformEventT (src/Reflex/PerformEvent/Base.hs:(130,1)-(150,15)) | |
| | |
`- Reflex.Requester.Base.runRequesterT (src/Reflex/Requester/Base.hs:(273,1)-(276,122)) | |
| | |
`- Main.switchLoop' (test/DebugCycles.hs:(106,1)-(110,20)) | |
| | |
+- Reflex.Dynamic.count (src/Reflex/Dynamic.hs:163:1-65) | |
| | | |
| `- Reflex.Class.zipListWithEvent (src/Reflex/Class.hs:(1493,1)-(1497,23)) | |
| | | |
| `- Reflex.Class.mergeInt (src/Reflex/Class.hs:346:1-74) | |
| | |
+- Reflex.Class.mergeInt (src/Reflex/Class.hs:346:1-74) | |
| | |
+- Reflex.Dynamic.count (src/Reflex/Dynamic.hs:163:1-65) | |
| | | |
| `- Reflex.Class.zipListWithEvent (src/Reflex/Class.hs:(1493,1)-(1497,23)) | |
| | |
+- Main.connectButton (test/DebugCycles.hs:(93,1)-(95,19)) | |
| | |
`- Reflex.Dynamic.count (src/Reflex/Dynamic.hs:163:1-65) | |
| | |
`- Reflex.Class.zipListWithEvent (src/Reflex/Class.hs:(1493,1)-(1497,23)) | |
| | |
`- Reflex.Class.mergeInt (src/Reflex/Class.hs:346:1-74) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment