Comment walks to the right each time formatted #174

Open
opened 2018-08-22 13:57:11 +02:00 by pbrisbin · 0 comments
pbrisbin commented 2018-08-22 13:57:11 +02:00 (Migrated from github.com)

Paste this example into https://hexagoxel.de/brittany/

module WalkingComment where

fetchAssessmentAnswersForSchool
  :: MonadIO m
  => SchoolId
  -> SqlPersistT
       m
       [ -- Keep clicking format and watch this comment walk to the right...
         ( Value MathAssessmentAssignmentSessionId
         , Value UTCTime -- Created at
         , Value FQId
         , Value NameComponent -- Student first name
         , Value NameComponent -- Student last name
         , Value Text -- Teacher full name
         , Value UTCTime -- Updated at
         , Entity AssessmentAnswer
         )
       ]
fetchAssessmentAnswersForSchool = undefined

Every time you click format, the "Keep clicking" comment walks one column to the right.

Kind of funny to watch 😂

Paste this example into https://hexagoxel.de/brittany/ ```hs module WalkingComment where fetchAssessmentAnswersForSchool :: MonadIO m => SchoolId -> SqlPersistT m [ -- Keep clicking format and watch this comment walk to the right... ( Value MathAssessmentAssignmentSessionId , Value UTCTime -- Created at , Value FQId , Value NameComponent -- Student first name , Value NameComponent -- Student last name , Value Text -- Teacher full name , Value UTCTime -- Updated at , Entity AssessmentAnswer ) ] fetchAssessmentAnswersForSchool = undefined ``` Every time you click _format_, the "Keep clicking" comment walks one column to the right. Kind of funny to watch :joy:
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#174
There is no content yet.