Advertisement
Guest User

Untitled

a guest
May 16th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. data Tag
  2.   = ETag (EventId, RelayURL)
  3.   | PTag (XOnlyPubKey, RelayURL, Text)
  4.  
  5. type Follower = PTag
  6.  
  7. data AppModel =
  8.   AppModel
  9.     { _followers      :: [Follower]
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement