How To Make A Launch Plan
Merged

Application Launch Poster

bryan m lawless md elliot hospital

:
Changes from all commits
Commits
File filter

Advisors Social Media Post Designs Application Launch Poster

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Social Media Post UI Design
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ _MismatchMessage _ report = pure report

-- | Focus 'teq_mismatch_expected' from 'TypeEqMismatch'.
_TypeEqMismatchExpected :: Traversal' MismatchMsg Type
#if MIN_VERSION_ghc(9,12,0)
#if MIN_VERSION_ghc(9,10,2)
_TypeEqMismatchExpected focus mismatch@(TypeEqMismatch _ _ _ expected _ _ _) =
(\expected' -> mismatch { teq_mismatch_expected = expected' }) <$> focus expected
#else
Expand All @@ -115,7 +115,7 @@ _TypeEqMismatchExpected _ mismatch = pure mismatch

-- | Focus 'teq_mismatch_actual' from 'TypeEqMismatch'.
_TypeEqMismatchActual :: Traversal' MismatchMsg Type
#if MIN_VERSION_ghc(9,12,0)
#if MIN_VERSION_ghc(9,10,2)
_TypeEqMismatchActual focus mismatch@(TypeEqMismatch _ _ _ _ actual _ _) =
(\actual' -> mismatch { teq_mismatch_actual = actual' }) <$> focus actual
#else
Expand Down