Skip to content
Discussion options

You must be logged in to vote

Simple Atom Switch

Hello Adam. The example provided by James in #13281 shows a simple switch from one atom of a type to another atom of the same type. E.g. the picture

shows a switch from one Filter_Condition instance to another Filter_Condition instance. E.g. from Filter_Condition.Equals to Filter_Condition.Not_Equal.

  • It is my understanding that Enso Studio already knows that ..Equals resolves to Filter_Condition.Equals.
  • The Studio also knows all the atoms of type Filter_Condition as they are provided by @4e6's suggestion DB
  • Thus the Studio may know that ..Not_Equal will resolve to Filter_Condition.Not_Equal
  • and that both Equals and Not_Equal atoms have an argument to

Based on the abo…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@farmaazon
Comment options

farmaazon Sep 18, 2025
Collaborator Author

@JaroslavTulach
Comment options

Answer selected by farmaazon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants