You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data MovieTitle = Title Text
data ReleaseData = RData (Int)
data Director = Director Text
data Writers = Writers (PList Text)
data CastInfo = CastInfo (PList Text)
data MovieTags = MTags (PList Text)
data Rating = Rating Int
data Index = Idx Char
data MovieTrie = End
| MTrie (IsMovie) (Char) (MovieTitle) (Director) (CastInfo) (MovieTags) (Rating)
compile command: gibbon --packed --toC movies.hs
Error message:
The text was updated successfully, but these errors were encountered: