I was learning about Frege and saw this command line:
$ java -Xss1m -cp build:fregec.jar examples.SimpleIO
I've never seen that build:
before. What does that mean and what does it do?
More context: https://github.com/Frege/frege/issues/289
I don't see it documented in this official article or when I type java
at the command line.