r_function_out_nac.od 249 B

123456789101112131415
  1. # From our LHS:
  2. f:RAM_Function
  3. f_outport:RAM_OutPort
  4. f_has_outport:RAM_hasOutPort (f -> f_outport)
  5. # We don't want to see the function's out-connection already having a signal:
  6. some_signal:RAM_Signal
  7. :RAM_hasSignal (f_outport -> some_signal)