inter-hub-haskell/Application/Helper
Bernd Worsch 58cad31042 fix(WP-0017/E1): Layer 2 + Sessions fixes
- CrossHubPropagation: IHP.Prelude.head returns Maybe a; use List.head
  (Data.List.head, already imported qualified) for non-empty-guarded lists
- Sessions: currentUserOrNothing is pure Maybe, not IO; use case...of instead of >>=

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 08:37:04 +00:00
..
AgentBridge.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
ApiRateLimit.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
BottleneckDetector.hs feat(WP-0016/C1-C4): Layer 2 isolation and clean-base infrastructure 2026-04-10 15:38:01 +00:00
Controller.hs fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
CorrelationEngine.hs fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
CrossHubPropagation.hs fix(WP-0017/E1): Layer 2 + Sessions fixes 2026-04-11 08:37:04 +00:00
FrictionScore.hs fix(WP-0014/A2): close remaining pure-param and structural compilation errors 2026-04-10 01:14:08 +00:00
HubHealth.hs fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
ModelRouter.hs fix(WP-0014/A2): continued type-correctness fixes and Tailwind CSS output 2026-04-08 01:49:41 +00:00
RoutingEngine.hs fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
TypeRegistry.hs fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00
View.hs fix(WP-0014): pre-flight compilation fixes, Tailwind pipeline, and admin seed 2026-04-04 09:55:12 +00:00