Created
June 1, 2016 22:40
-
-
Save wsargent/6bb6c2f63c80320c53d401cf9da1f581 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// a Train "at" time produces a TrainFromOps | |
// a TrainFromOps "from" station produces a Train | |
// a TrainInfo "at" time produces a TrainInfoFromOps | |
// a TrainInfoFromOps "from" station produces a TrainInfoAtOps | |
// a TrainInfoAtOps "at" time produces a TrainFromOps | |
// TrainOps(train) | |
// TrainInfoOps(info: TrainInfo) | |
// TrainFromOps(info, scheudle, time) | |
// TrainInfoFromOps(info, time) | |
// TrainInfoAtOps(info, schedule) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment